/** * Defines standard font weight values. */ export declare const FontWeights: { /** * Specifies a bold font weight. */ Bold: number; /** * Specifies a normal font weight. */ Normal: number; }; //# sourceMappingURL=FontWeights.d.ts.map