import { AnimationComponent as AC } from '../runtime'; import { Animation } from './types'; export type FadeOutOptions = Animation; /** * Transform mark from solid to transparent. */ export declare const FadeOut: AC<FadeOutOptions>;