import { AnimationComponent as AC } from '../runtime'; import { Animation } from './types'; export type GrowInYOptions = Animation; /** * Scale mark from nothing to desired shape in x direction. */ export declare const GrowInY: AC<GrowInYOptions>;