import type { Notify, NotifyFn } from './notification';
export declare const notification: NotifyFn & Partial<Notify>;
declare const _default: Notify;
export default _default;
