import type { CSSInterpolation } from '../../cssinjs'; import type { AliasToken } from '../../token'; import type { TokenWithCommonCls } from '../../token/util/genComponentStyleHook'; import { Keyframes } from '../../cssinjs'; export declare const fadeIn: Keyframes; export declare const fadeOut: Keyframes; export declare function initFadeMotion(token: TokenWithCommonCls, sameLevel?: boolean): CSSInterpolation;