declare const _default: {
    i: {
        fontStyle: string;
    };
    tl: {
        textAlign: string;
    };
    tc: {
        textAlign: string;
    };
    tr: {
        textAlign: string;
    };
    tj: {
        textAlign: string;
    };
    "no-underline": {
        textDecorationLine: string;
    };
    strike: {
        textDecorationLine: string;
    };
    underline: {
        textDecorationLine: string;
    };
    "strike-underline": {
        textDecorationLine: string;
    };
};
export default _default;
