import { FormValues, LabelProps } from "./type"; export declare function Label({ errors, name, disabled, style, disabledStyle, errorStyle, ...rest }: LabelProps): import("react/jsx-runtime").JSX.Element;