import { FormLabelProps } from "./types";
declare const FormLabel: import("react").MemoExoticComponent<({ children, ...props }: FormLabelProps) => JSX.Element>;
export default FormLabel;
