import { BoxProps } from './interfaces'; export { BoxProps }; export default function Box({ variant, margin, padding, ...props }: BoxProps): JSX.Element;