import { ComponentProps, As, ComponentWithAs } from '../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'; type GridProps = ComponentProps<"Grid">; type GridComponent = ComponentWithAs; /** * Grid is a powerful component that allows for 2-dimensional layouts and alignment of child components. * * @see — http://kuma-ui.com/docs/Components/Grid */ declare const Grid: GridComponent; export { Grid, GridComponent, GridProps };