declare const _default: (color?: string | undefined) => { ' > div': { animation: string; display: string; '&:nth-of-type(2), &:nth-of-type(4)': { animationDelay: string; }; '&:nth-of-type(1), &:nth-of-type(5)': { animationDelay: string; }; animationFillMode: string; backgroundColor: string; borderRadius: string; height: string; margin: string; width: string; }; }; export default _default;