/** * ECMA-376 5th edition transitional WML enum domains used by DocumentSpec. * * Source: spec-compliance/ecma-376/schemas/transitional/wml.xsd. The * conformance test compares every value here with the vendored schema so this * runtime copy cannot drift silently. These are schema domains, not public API * support declarations. * * @conformance ECMA-376 edition 5, Part 1 § 17.4.52 * @conformance ECMA-376 edition 5, Part 1 § 17.9.17 * @conformance ECMA-376 edition 5, Part 1 § 17.7.4.17 */ export declare const WML_SCHEMA_ENUM_VALUES: { readonly ST_TblLayoutType: string[]; readonly ST_Border: string[]; readonly ST_HeightRule: string[]; readonly ST_Merge: string[]; readonly ST_VerticalJc: string[]; readonly ST_StyleType: string[]; readonly ST_NumberFormat: string[]; readonly ST_LevelSuffix: string[]; readonly ST_Jc: string[]; readonly ST_Underline: string[]; }; export type WmlSchemaEnumType = keyof typeof WML_SCHEMA_ENUM_VALUES; export declare const WML_SCHEMA_ENUM_SETS: Readonly>>; //# sourceMappingURL=schema-enum-domains.d.ts.map