import { Ref } from "vue"; import { TwindyNotification } from "./types"; export declare var notifications: Ref; export declare var twIconUrl: string | undefined; export declare function setIconUrl(url: string): void;