import type { NotificationInstance } from '@antdv/ui/es/vue-components/vc-notification/src/Notification'; import type { MessageApi, NoticeType } from './interface'; export declare function getKeyThenIncreaseKey(): number; export declare const typeList: NoticeType[]; export declare function attachTypeApi(originalApi: MessageApi, type: NoticeType): void; /** @private test Only function. Not work on production */ export declare const getInstance: () => NotificationInstance; declare const _default: MessageApi; export default _default;