import type { NotificationOptions } from 'naive-ui';
export declare function useNaiveNotification(): {
    create: (opts: NotificationOptions) => void;
};
