import { type HTMLAttributes } from "vue"; import { NotificationHandler } from "../../helpers/NotificationHandler.js"; import type { LinkableByIdProps, TailwindClassProp } from "../shared/props.js"; type RealProps = LinkableByIdProps & { handler: NotificationHandler; }; interface Props extends /** @vue-ignore */ Partial & TailwindClassProp>, RealProps { } declare const _default: import("vue").DefineComponent & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default; //# sourceMappingURL=LibNotifications.vue.d.ts.map