/** Specifies the possible behaviors used to float labels in a form field. */ export type FloatLabelType = "always" | "auto"; //# sourceMappingURL=FloatLabelType.d.ts.map