import type { FieldLabelProps } from "./FieldLabel.type"; export default function FieldLabel({ labelText, requirementText, helpText, hint, children, ...props }: FieldLabelProps): import("react/jsx-runtime").JSX.Element;