export interface FontWeights {
    normal: number;
    medium: number;
    semibold: number;
}
export declare const fontWeights: FontWeights;
export declare const fontWeightNormal: number;
export declare const fontWeightMedium: number;
export declare const fontWeightBold: number;
