export declare class AnimationStyles { styles: { [key: string]: string | number; }[]; constructor(styles: { [key: string]: string | number; }[]); }