export declare const animations: { float: string; sink: string; grow: string; shrink: string; bounce: string; }; export declare type AnimationTypes = keyof typeof animations;