import type { ToasterPublicMethods } from "../types.js";
export declare function useToaster(): ToasterPublicMethods;
