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