import { BoxProps } from 'types'; export declare const BoxStyles: import("styled-components").FlattenInterpolation>; export declare const Box: import("styled-components").StyledComponent<"div", any, BoxProps, never>;