import { FlexboxProps, PositionProps, SpaceProps, LayoutProps, ColorProps } from 'styled-system'; import { ResponsiveStyleProps } from '../../utility/responsive'; export interface BoxStyledProps extends SpaceProps, LayoutProps, ColorProps, PositionProps, FlexboxProps { responsiveStyles?: ResponsiveStyleProps; } export declare const BoxStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, BoxStyledProps>> & string;