import React from 'react'; import { RowProps } from 'antd/lib/grid'; import { FormItemProps as ItemProps } from 'antd/lib/form'; import { IItemProps } from '../types'; export declare const FormGridRow: React.FunctionComponent>; export default FormGridRow;