export declare const TextTheme: {
    common: {};
    standard: {
        color: string;
    };
    primary: {
        color: string;
    };
    success: {
        color: string;
    };
    danger: {
        color: string;
    };
    warning: {
        color: string;
    };
    gray: {
        color: string;
    };
    muted: {
        color: string;
    };
    weak: {
        color: string;
    };
    white: {
        color: string;
    };
    black: {
        color: string;
    };
};
export declare const FontSize: {
    11: {
        fontSize: number;
        lineHeight: number;
    };
    12: {
        fontSize: number;
        lineHeight: number;
    };
    14: {
        fontSize: number;
        lineHeight: number;
    };
    15: {
        fontSize: number;
        lineHeight: number;
    };
    16: {
        fontSize: number;
        lineHeight: number;
    };
    17: {
        fontSize: number;
        lineHeight: number;
    };
    18: {
        fontSize: number;
        lineHeight: number;
    };
    24: {
        fontSize: number;
        lineHeight: number;
    };
    32: {
        fontSize: number;
        lineHeight: number;
    };
};
export declare const FontWeight: {
    400: {
        fontFamily: string;
        fontWeight: "400";
    };
    500: {
        fontFamily: string;
        fontWeight: "500";
    };
    600: {
        fontFamily: string;
        fontWeight: "600";
    };
    700: {
        fontFamily: string;
        fontWeight: "700";
    };
};
//# sourceMappingURL=theme.d.ts.map