import { FC } from 'react'; import { GridItemProps } from './types'; export * from './types'; export declare const GridItem: FC; //# sourceMappingURL=Item.d.ts.map