import React from 'react'; import { FormItemProps as ItemProps } from 'antd/lib/form'; import { IFormItemGridProps, IItemProps } from '../types'; export declare const FormItemGrid: React.FC & IItemProps>>>; export default FormItemGrid;