import { type ToastAgentProps } from './common';
declare const _default: import("vue").DefineComponent<ToastAgentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ToastAgentProps> & Readonly<{}>, {
    type: "text" | "loading" | "success" | "fail";
    id: string;
    position: "top" | "center" | "bottom";
    duration: number;
    overlay: boolean;
    timeout: number;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;
