import { Component } from '@vue/runtime-core'; export declare type ToastPosition = 'top' | 'bottom' | 'left' | 'right' | 'top-right' | 'top-left' | 'bottom-right' | 'bottom-left'; export declare const toast: (component: Component, options?: { position?: ToastPosition | undefined; name?: string | undefined; } | undefined) => { onClose: (listener: import("../utils/observer").Listener) => () => void; close: () => void; }; //# sourceMappingURL=toast.d.ts.map