import { PolymorphicComponent } from "../../polymorphic"; export type FieldLabelProps = Readonly<{ children: React.ReactNode; className?: string; elementClassName?: string; tooltip?: React.ReactNode; isTooltipDisabled?: boolean; }>; export declare const FieldLabel: PolymorphicComponent<"label", FieldLabelProps>; //# sourceMappingURL=FieldLabel.d.ts.map