export declare const defaultValues: { height: string; width: string; color: string; animationDuration: number; }; declare const CSS: any; export default CSS;