export declare const easings: {
    "ease-in": {
        value: string;
    };
    "ease-out": {
        value: string;
    };
    "ease-in-out": {
        value: string;
    };
    "ease-in-smooth": {
        value: string;
    };
};
