declare const _default: {
    /**
     * Text utilities
     */
    ".text-tiny": {
        "font-size": string;
        "line-height": string;
    };
    ".text-small": {
        "font-size": string;
        "line-height": string;
    };
    ".text-medium": {
        "font-size": string;
        "line-height": string;
    };
    ".text-large": {
        "font-size": string;
        "line-height": string;
    };
};

export { _default as default };
