/// /** * Box is the most abstract component on top of which all other Chakra UI components are built. By default, it renders a div element. * https://chakra-ui.com/docs/layout/box */ export declare function Box({ ...props }: any): JSX.Element; //# sourceMappingURL=Box.d.ts.map