import { StyledComponent } from '../utils'; import { SpaceProps, LayoutProps } from 'styled-system'; import { DetailedHTMLProps, HTMLAttributes } from 'react'; export declare const Box: StyledComponent, HTMLDivElement>, LayoutProps & SpaceProps & { bg?: string; color?: string; }>;