export declare const easing: {
    rubber: string;
};
export declare const animation: {
    rotate360: import("@emotion/serialize").Keyframes;
    glow: import("@emotion/serialize").Keyframes;
    float: import("@emotion/serialize").Keyframes;
    jiggle: import("@emotion/serialize").Keyframes;
    inlineGlow: import("@emotion/utils").SerializedStyles;
    hoverable: import("@emotion/utils").SerializedStyles;
};
