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