import { NotifyData } from './notify.props';
declare const _default: import("vue").DefineComponent<{
    showCloseButton: boolean;
    position: import("./notify.props").NotifyPosition;
    timeout: number;
    theme: import("./notify.props").NotifyTheme;
    animate: import("./notify.props").ToastyAnimate;
    id?: string | undefined;
    left?: number | undefined;
    right?: number | undefined;
    top?: number | undefined;
    bottom?: number | undefined;
    options?: NotifyData | undefined;
}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
    showCloseButton: boolean;
    position: import("./notify.props").NotifyPosition;
    timeout: number;
    theme: import("./notify.props").NotifyTheme;
    animate: import("./notify.props").ToastyAnimate;
    id?: string | undefined;
    left?: number | undefined;
    right?: number | undefined;
    top?: number | undefined;
    bottom?: number | undefined;
    options?: NotifyData | undefined;
}> & Readonly<{}>, {
    showCloseButton: boolean;
    position: import("./notify.props").NotifyPosition;
    timeout: number;
    theme: import("./notify.props").NotifyTheme;
    animate: import("./notify.props").ToastyAnimate;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
