import type { CSSObject, Keyframes } from '../../_util/cssinjs'; export declare const initMotion: (motionCls: string, inKeyframes: Keyframes, outKeyframes: Keyframes, duration: string, sameLevel?: boolean) => CSSObject;