export declare const SerendieKeyframes: {
    spin: {
        "0%": {
            transform: string;
        };
        "100%": {
            transform: string;
        };
    };
    progressIndicatorSlide: {
        from: {
            transform: string;
        };
        to: {
            transform: string;
        };
    };
};
