import Grid, { GridItem } from "./Grid"; declare const GridRoot: typeof Grid & { Item: typeof GridItem; }; export default GridRoot; export type { ItemProps as GridItemProps, Props as GridProps } from "./Grid.types";