import type { NotificationInstance } from 'antd/es/notification/interface';
export declare const useNotification: () => NotificationInstance;
