import { LabelHTMLAttributes, PropsWithChildren } from "react"; interface IFormLabel extends PropsWithChildren> { title: string; } export declare const FormLabel: import("react").ForwardRefExoticComponent>; export {};