import type { CSSMotionProps } from 'dw-neit-rc-motion'; export declare function getMotion(prefixCls: string, transitionName?: string): CSSMotionProps; /** Wrap message open with promise like function */ export declare function wrapPromiseFn(openFn: (resolve: VoidFunction) => VoidFunction): any;