import { SizeProps, BgColorProps, DelayProps } from '../util'; export declare const Child: import("styled-components").StyledComponent<"div", any, { rotate: number; } & DelayProps, never>; export declare const StyledForldingCircle: import("styled-components").StyledComponent<"div", any, SizeProps & BgColorProps, never>;