export declare const letterSpacings: {
    tighter: {
        value: string;
    };
    tight: {
        value: string;
    };
    wide: {
        value: string;
    };
    wider: {
        value: string;
    };
    widest: {
        value: string;
    };
};
