import type { AliasToken, CSSInterpolation } from '@antdv/ui/es/theme'; import type { TokenWithCommonCls } from '../../token/util/genComponentStyleHook'; import { Keyframes } from '@antdv/ui/es/theme'; export declare const shakeIn: Keyframes; export declare const shakeOut: Keyframes; export declare function initShakeMotion(token: TokenWithCommonCls): CSSInterpolation;