import React from 'react'; import { DescriptionsProps } from 'antd'; export interface DescriptionsTableProps { formContainerRef: React.RefObject; grid?: boolean; descriptionsProps?: DescriptionsProps; } declare const DescriptionsTable: React.FC; export default DescriptionsTable;