declare const _default: import("vue").DefineComponent<{}, {
    steps: import("vue").Reactive<{
        title: string;
        content: string;
        trigger: string;
        position: string;
    }[]>;
    stepRef: import("vue").Ref<null, null>;
    stepIndex: import("vue").Ref<number, number>;
    handleClick: (index: any) => void;
    handleClose: () => void;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
    'd-steps-guide': import("vue").DefineComponent<{
        readonly zIndex: number;
        readonly showDots: boolean;
        readonly showClose: boolean;
        readonly scrollToTargetSwitch: boolean;
        readonly stepChange: Function;
        readonly steps?: import("..").Step[] | undefined;
        readonly stepIndex?: number | undefined;
    }, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("guide-close" | "update:stepIndex")[], "guide-close" | "update:stepIndex", import("vue").PublicProps, Readonly<{
        readonly zIndex: number;
        readonly showDots: boolean;
        readonly showClose: boolean;
        readonly scrollToTargetSwitch: boolean;
        readonly stepChange: Function;
        readonly steps?: import("..").Step[] | undefined;
        readonly stepIndex?: number | undefined;
    }> & Readonly<{
        "onGuide-close"?: ((...args: any[]) => any) | undefined;
        "onUpdate:stepIndex"?: ((...args: any[]) => any) | undefined;
    }>, {
        readonly zIndex: number;
        readonly showDots: boolean;
        readonly showClose: boolean;
        readonly stepIndex: number;
        readonly scrollToTargetSwitch: boolean;
        readonly stepChange: Function;
    }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
