import type { CSSMotionProps } from '@antdv/ui/es/types'; import type { CSSProperties } from 'vue'; import type { NotificationPlacement } from './interface'; export declare function getPlacementStyle(placement: NotificationPlacement, top: number | string, bottom: number | string): CSSProperties; export declare function getMotion(prefixCls: string): CSSMotionProps;