import type { NotificationPlacement } from './src/interface'; import type { ComponentType, IconSlotType } from '../..'; import type { DefineComponent, PropType, VNode, RendererNode, RendererElement, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install } from '../../utils'; import Notification from "./src/notification"; export declare const FzNotification: Install>; readonly default: () => null; }; readonly message: { readonly type: PropType>; readonly default: () => null; }; readonly type: { readonly type: PropType; readonly default: "default"; }; readonly closable: BooleanConstructor; readonly duration: { readonly type: NumberConstructor; readonly default: 2500; }; readonly round: BooleanConstructor; readonly showIcon: { readonly type: BooleanConstructor; readonly default: true; }; readonly icon: { readonly type: PropType; readonly default: () => null; }; readonly color: StringConstructor; readonly background: StringConstructor; readonly offset: { readonly type: NumberConstructor; readonly default: 20; }; readonly placement: { readonly type: PropType; readonly default: "top"; }; readonly zIndex: NumberConstructor; readonly closeBtn: { readonly type: PropType>; readonly default: () => null; }; readonly onClose: { readonly type: PropType<(evt?: MouseEvent | undefined) => void>; readonly default: () => null; }; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly>; readonly default: () => null; }; readonly message: { readonly type: PropType>; readonly default: () => null; }; readonly type: { readonly type: PropType; readonly default: "default"; }; readonly closable: BooleanConstructor; readonly duration: { readonly type: NumberConstructor; readonly default: 2500; }; readonly round: BooleanConstructor; readonly showIcon: { readonly type: BooleanConstructor; readonly default: true; }; readonly icon: { readonly type: PropType; readonly default: () => null; }; readonly color: StringConstructor; readonly background: StringConstructor; readonly offset: { readonly type: NumberConstructor; readonly default: 20; }; readonly placement: { readonly type: PropType; readonly default: "top"; }; readonly zIndex: NumberConstructor; readonly closeBtn: { readonly type: PropType>; readonly default: () => null; }; readonly onClose: { readonly type: PropType<(evt?: MouseEvent | undefined) => void>; readonly default: () => null; }; }>>, { readonly type: ComponentType; readonly icon: IconSlotType; readonly round: boolean; readonly onClose: (evt?: MouseEvent | undefined) => void; readonly offset: number; readonly placement: NotificationPlacement; readonly closable: boolean; readonly duration: number; readonly message: string | VNode; readonly closeBtn: string | VNode; readonly title: string | VNode; readonly showIcon: boolean; }, {}>>; export type NotificationInstance = InstanceType; export * from './src/interface'; export default FzNotification;