declare const _default: {
    xs: {
        fontSize: string;
    };
    sm: {
        fontSize: string;
    };
    md: {
        fontSize: string;
    };
    lg: {
        fontSize: string;
    };
    xl: {
        fontSize: string;
    };
    "2xl": {
        fontSize: string;
    };
    "3xl": {
        fontSize: string;
    };
    "4xl": {
        fontSize: string;
    };
    "5xl": {
        fontSize: string;
    };
    "6xl": {
        fontSize: string;
    };
    "7xl": {
        fontSize: string;
    };
    "8xl": {
        fontSize: string;
    };
    "9xl": {
        fontSize: string;
    };
};
export default _default;
