export function animation(transition: import('create-emotion').ObjectInterpolation['transition']): string; export namespace animation { const _default: string; export { _default as default }; export const bounce: string; export function delay(value: any): string; export function duration(value: any): string; export const ease: string; export const easeIn: string; export const easeInOut: string; export const easeOut: string; export function easing(value: any): string; export const linear: string; } //# sourceMappingURL=animations.d.ts.map