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