import { FC } from "react"; import { GridItemProps, GridProps } from "./Grid.types"; declare const Grid: FC & { Item: FC; }; export default Grid;