import './style/noty-layout'; declare const _default: import("vue").DefineComponent<{ title: { type: StringConstructor; default: string; }; content: { type: StringConstructor; }; showClose: { type: BooleanConstructor; default: boolean; }; icon: { type: StringConstructor; default: string; }; type: { type: import("vue").PropType; default: string; }; link: { type: import("vue").PropType; default: boolean; }; dangerouslyUseHTMLString: { type: BooleanConstructor; default: boolean; }; }, { iconName: import("vue").ComputedRef; isLink: import("vue").ComputedRef; linkHref: import("vue").ComputedRef; linkText: import("vue").ComputedRef; onLinkLikeClick: () => void; onCloseIconClick: () => void; onNotyClick: () => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "close")[], "click" | "close", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; default: string; }; link: { type: import("vue").PropType; default: boolean; }; dangerouslyUseHTMLString: { type: BooleanConstructor; default: boolean; }; }>> & { onClick?: ((...args: any[]) => any) | undefined; onClose?: ((...args: any[]) => any) | undefined; }, { link: import("./props").Link; title: string; type: import("./types").NotyType; showClose: boolean; icon: string; dangerouslyUseHTMLString: boolean; }>; export default _default;