import type { CSSObject, Keyframes } from '@antdv/ui/es/theme'; export declare function initMotion(motionCls: string, inKeyframes: Keyframes, outKeyframes: Keyframes, duration: string, sameLevel?: boolean): CSSObject;