import React from 'react'; import { RowProps } from 'antd/lib/row'; export interface IRowProps extends RowProps { } declare const Row: React.FC; export default Row;