/// import type { BoxProps } from "./Box.types"; declare function Box({ children, className, ...rest }: BoxProps): JSX.Element; declare namespace Box { var displayName: string; } export { Box };