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