export declare const animateProperties: string[]; export declare const convert: (properties: { [k: string]: string; }[]) => { [k: string]: string; }; export declare const getAnimateProps: (properties?: { [key: string]: any; }) => { [k: string]: string; };