declare const _default: import("vue").DefineComponent<{}, {
    $emit: (event: "update:show", ...args: any[]) => void;
    type: string;
    show: boolean;
    content: string;
    duration: number;
    $props: {
        readonly type?: string | undefined;
        readonly show?: boolean | undefined;
        readonly content?: string | undefined;
        readonly duration?: number | undefined;
    };
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
export default _default;
