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