import Grid, { GridProps } from './Grid'; export type { GridProps }; export default Grid;