import { NotifyData } from '../notify.props';
declare const _default: import("vue").DefineComponent<{
    showCloseButton: boolean;
    animate: import("../notify.props").ToastyAnimate;
    options?: NotifyData | undefined;
}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, import("vue").PublicProps, Readonly<{
    showCloseButton: boolean;
    animate: import("../notify.props").ToastyAnimate;
    options?: NotifyData | undefined;
}> & Readonly<{
    [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
}>, {
    showCloseButton: boolean;
    animate: import("../notify.props").ToastyAnimate;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
