import { BoxProps } from './Box.types'; export declare const Box: (props: BoxProps) => import("react/jsx-runtime").JSX.Element; export default Box;