import type { LayoutProps, FlexboxProps, ColorProps, SpaceProps, PositionProps, GridProps, BackgroundProps, BordersProps, TypographyProps, ShadowProps } from 'styled-system'; export type BoxComponentProps = LayoutProps & FlexboxProps & GridProps & SpaceProps & PositionProps & ColorProps & BackgroundProps & BordersProps & TypographyProps & ShadowProps & { gap?: string | number; }; declare const Box: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, keyof LayoutProps>> | keyof FlexboxProps>> | keyof GridProps>> | keyof SpaceProps>, string | number | symbol> | keyof PositionProps>> | keyof ColorProps>, string | number | symbol> | keyof BackgroundProps>, import("csstype").Property.Background> | keyof BordersProps>> | keyof TypographyProps>> | keyof ShadowProps>> | "gap"> & LayoutProps>> & FlexboxProps>> & GridProps>> & SpaceProps>, string | number | symbol> & PositionProps>> & ColorProps>, string | number | symbol> & BackgroundProps>, import("csstype").Property.Background> & BordersProps>> & TypographyProps>> & ShadowProps>> & { gap?: string | number; }, never> & Partial, HTMLDivElement>, keyof LayoutProps>> | keyof FlexboxProps>> | keyof GridProps>> | keyof SpaceProps>, string | number | symbol> | keyof PositionProps>> | keyof ColorProps>, string | number | symbol> | keyof BackgroundProps>, import("csstype").Property.Background> | keyof BordersProps>> | keyof TypographyProps>> | keyof ShadowProps>> | "gap"> & LayoutProps>> & FlexboxProps>> & GridProps>> & SpaceProps>, string | number | symbol> & PositionProps>> & ColorProps>, string | number | symbol> & BackgroundProps>, import("csstype").Property.Background> & BordersProps>> & TypographyProps>> & ShadowProps>> & { gap?: string | number; }, never>>> & string; export { Box }; //# sourceMappingURL=Box.d.ts.map