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