import { FC } from 'react'; import { RowProps } from './Grid.types'; declare const Row: FC; export default Row;