/** Specifies the possible behavior modes used to hide subscript content in a form field. */ export type HideSubscriptType = "always" | "auto" | "never"; //# sourceMappingURL=HideSubscriptType.d.ts.map