import { type LabelHTMLAttributes } from "react"; export declare function FieldLabel({ children, ...props }: { children: string; } & LabelHTMLAttributes): import("react/jsx-runtime").JSX.Element;