import type { LabelProps } from "./types"; export declare function FieldLabel(props: LabelProps): JSX.Element | null;