import { SizeProps, BgColorProps } from '../util'; export declare const Child: import("styled-components").StyledComponent<"div", any, { second?: boolean | undefined; }, never>; export declare const StyledChangeDots: import("styled-components").StyledComponent<"div", any, SizeProps & BgColorProps, never>;