import { AnimationComponent as AC } from '../runtime'; import { Animation } from './types'; export type ScaleOutYOptions = Animation; /** * Scale mark from desired shape to nothing in y direction. */ export declare const ScaleOutY: AC;