import { FC } from 'react'; import { GridProps, GridComposition } from './Grid.types'; declare const Grid: FC & GridComposition; export default Grid;