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