import type { App } from 'vue'; export declare const Notify: { (options: import("packages/vant/lib/utils").Numeric | import("vant").NotifyOptions): import("packages/vant/lib/utils").ComponentInstance | undefined; clear: () => void; Component: import("packages/vant/lib/utils").WithInstall; lockScroll: { type: BooleanConstructor; default: true; }; lazyRender: { type: BooleanConstructor; default: true; }; beforeClose: import("vue").PropType; overlayStyle: import("vue").PropType; overlayClass: import("vue").PropType; transitionAppear: BooleanConstructor; closeOnClickOverlay: { type: BooleanConstructor; default: true; }; } & { type: { type: import("vue").PropType; default: import("vant").NotifyType; }; color: StringConstructor; message: (NumberConstructor | StringConstructor)[]; position: { type: import("vue").PropType; default: import("packages/vant/lib/notify/types").NotifyPosition; }; className: import("vue").PropType; background: StringConstructor; lockScroll: BooleanConstructor; }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:show"[], "update:show", import("vue").PublicProps, Readonly; lockScroll: { type: BooleanConstructor; default: true; }; lazyRender: { type: BooleanConstructor; default: true; }; beforeClose: import("vue").PropType; overlayStyle: import("vue").PropType; overlayClass: import("vue").PropType; transitionAppear: BooleanConstructor; closeOnClickOverlay: { type: BooleanConstructor; default: true; }; } & { type: { type: import("vue").PropType; default: import("vant").NotifyType; }; color: StringConstructor; message: (NumberConstructor | StringConstructor)[]; position: { type: import("vue").PropType; default: import("packages/vant/lib/notify/types").NotifyPosition; }; className: import("vue").PropType; background: StringConstructor; lockScroll: BooleanConstructor; }>> & { "onUpdate:show"?: ((...args: any[]) => any) | undefined; }, { type: import("vant").NotifyType; position: import("packages/vant/lib/notify/types").NotifyPosition; overlay: boolean; show: boolean; lockScroll: boolean; lazyRender: boolean; transitionAppear: boolean; closeOnClickOverlay: boolean; }, {}>>; setDefaultOptions: (options: import("vant").NotifyOptions) => import("vant").NotifyOptions; resetDefaultOptions: () => void; install(app: App): void; }; declare module '@vue/runtime-core' { interface ComponentCustomProperties { $notify: typeof Notify; } }