import { type ToastProps, type ToastSlots } from './common';
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<ToastProps, {
    reHideLater: () => void;
    cancelHide: () => void;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
    [x: string]: any;
} & {
    [x: string]: any;
}, string, import("vue").PublicProps, Readonly<ToastProps> & Readonly<{
    [x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
}>, {
    rootStyle: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null;
    rootClass: string;
    visible: boolean;
    duration: number;
    overlay: boolean;
    transparent: boolean;
    internalDefault: number;
    type: "text" | "loading" | "success" | "fail";
    icon: string;
    iconFamily: string;
    title: string | number;
    position: "top" | "center" | "bottom";
    timeout: number;
    internalIcon: number;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, Readonly<ToastSlots> & ToastSlots>;
export default _default;
export declare const mapIdToast: Record<string, {
    show(props: Record<string, any>): void;
    hide(): void;
}>;
type __VLS_WithTemplateSlots<T, S> = T & {
    new (): {
        $slots: S;
    };
};
