import type { CSSInterpolation } from "@sryd/cssinjs"; import { Keyframes } from "@sryd/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;