import React from 'react'; import { IRowProps } from './Grid.types'; declare const Row: React.ForwardRefExoticComponent>; export default Row;