import GridChild, { GridChildProps } from './GridChild'; export type { GridChildProps }; export default GridChild;