import type { CSSObject } from '@ant-design/cssinjs';
import type { DrawerToken } from '.';
import type { GenerateStyle } from '../../theme/internal';
declare const genMotionStyle: GenerateStyle<DrawerToken, CSSObject>;
export default genMotionStyle;
