import type { CSSInterpolation } from 'dw-neit-cssinjs'; import { Keyframes } from 'dw-neit-cssinjs'; import type { AliasToken, TokenWithCommonCls } from '../../theme/internal'; export declare const fadeIn: Keyframes; export declare const fadeOut: Keyframes; export declare const initFadeMotion: (token: TokenWithCommonCls, sameLevel?: boolean) => CSSInterpolation;