export declare const fontWeight: {
    bold: string;
    normal: string;
};
export declare const fontFamily: {
    primary: string;
};
export declare const lineHeight: {
    normal: string;
};
export declare const fontSize: {
    lg: string;
    md: string;
    sm: string;
    xs: string;
};
