/// import { BoxProps } from "./types"; declare function Box({ width, height, position, maxWidth, minWidth, maxHeight, minHeight, htmlTag, css, shouldShrink, shouldGrow, gridSpans, top, right, bottom, left, inset, children, ...restProps }: BoxProps): JSX.Element; export default Box; //# sourceMappingURL=index.d.ts.map