import * as React from 'react'; import type { FormItemLabelProps } from './iForm'; declare const FormItemLabel: React.FC; export default FormItemLabel;