import GridList from './GridList'; import { GridListProps } from './GridList.types'; export default GridList; export type { GridListProps };