export declare const fontWeight: {
    regular: number;
    semiBold: number;
    bold: number;
};
