import { CSSRules } from "@microsoft/fast-jss-manager"; import { DesignSystem } from "../design-system"; export interface FontWeight { light: number; semilight: number; normal: number; semibold: number; bold: number; } export declare function applyFontWeightLight(): CSSRules; export declare function applyFontWeightSemiLight(): CSSRules; export declare function applyFontWeightNormal(): CSSRules; export declare function applyFontWeightSemiBold(): CSSRules; export declare function applyFontWeightBold(): CSSRules;