declare const _default: (color?: string | undefined) => { ' > div': { animationDelay: string; animationDuration: string; animationIterationCount: string; animationTimingFunction: string; display: string; '&:nth-of-type(2n)': { animationName: import("@emotion/serialize").Keyframes; }; '&:nth-of-type(2n-1)': { animationName: import("@emotion/serialize").Keyframes; }; animationFillMode: string; backgroundColor: string; borderRadius: string; height: string; margin: string; width: string; }; }; export default _default;