import React from 'react'; import type { OldFormLabelProps } from './converter.old'; export type FormLabelProps = OldFormLabelProps; export declare const FormLabel: React.ForwardRefExoticComponent>;