import React from 'react'; import { FormItemLabelProps } from './Form.types'; declare const FormItemLabel: React.FC; export default FormItemLabel;