import { BoxComponent } from './types.js'; export { BoxProps } from './types.js'; import '../../types.js'; import '../../../theme-79e176a6.js'; import '../../../utils/object.js'; import '../../../utils/types.js'; import '@kuma-ui/sheet'; import '../../componentList.js'; import '@kuma-ui/system'; import 'react'; /** * Box is the most abstract component in Kuma UI, providing a base upon which all other components are built. * It renders a div element by default, and can accept any system style properties for extensive customization. * * @see — http://kuma-ui.com/docs/Components/Box */ declare const Box: BoxComponent; export { Box, BoxComponent };