declare const TStepWizard: ({
    new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
        stepData: {
            type: any[];
            default: () => never[];
            required: true;
        };
        successTitle: {
            type: StringConstructor;
            default: string;
        };
        lastBtnTitle: {
            type: StringConstructor;
            default: string;
        };
        active: {
            type: NumberConstructor;
            default: number;
            required: true;
        };
        isShowLastSuccess: {
            type: BooleanConstructor;
            default: boolean;
        };
    }>> & Readonly<{
        onComplete?: ((...args: any[]) => any) | undefined;
    }>, {
        props: any;
        slots: Readonly<{
            [name: string]: import("vue").Slot<any> | undefined;
        }>;
        stepContent: () => any;
        emits: (event: "complete", ...args: any[]) => void;
        complete: () => void;
    }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "complete"[], import("vue").PublicProps, {
        stepData: Date | null;
        successTitle: string;
        lastBtnTitle: string;
        active: number;
        isShowLastSuccess: boolean;
    }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
        P: {};
        B: {};
        D: {};
        C: {};
        M: {};
        Defaults: {};
    }, Readonly<import("vue").ExtractPropTypes<{
        stepData: {
            type: any[];
            default: () => never[];
            required: true;
        };
        successTitle: {
            type: StringConstructor;
            default: string;
        };
        lastBtnTitle: {
            type: StringConstructor;
            default: string;
        };
        active: {
            type: NumberConstructor;
            default: number;
            required: true;
        };
        isShowLastSuccess: {
            type: BooleanConstructor;
            default: boolean;
        };
    }>> & Readonly<{
        onComplete?: ((...args: any[]) => any) | undefined;
    }>, {
        props: any;
        slots: Readonly<{
            [name: string]: import("vue").Slot<any> | undefined;
        }>;
        stepContent: () => any;
        emits: (event: "complete", ...args: any[]) => void;
        complete: () => void;
    }, {}, {}, {}, {
        stepData: Date | null;
        successTitle: string;
        lastBtnTitle: string;
        active: number;
        isShowLastSuccess: boolean;
    }>;
    __isFragment?: undefined;
    __isTeleport?: undefined;
    __isSuspense?: undefined;
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
    stepData: {
        type: any[];
        default: () => never[];
        required: true;
    };
    successTitle: {
        type: StringConstructor;
        default: string;
    };
    lastBtnTitle: {
        type: StringConstructor;
        default: string;
    };
    active: {
        type: NumberConstructor;
        default: number;
        required: true;
    };
    isShowLastSuccess: {
        type: BooleanConstructor;
        default: boolean;
    };
}>> & Readonly<{
    onComplete?: ((...args: any[]) => any) | undefined;
}>, {
    props: any;
    slots: Readonly<{
        [name: string]: import("vue").Slot<any> | undefined;
    }>;
    stepContent: () => any;
    emits: (event: "complete", ...args: any[]) => void;
    complete: () => void;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "complete"[], "complete", {
    stepData: Date | null;
    successTitle: string;
    lastBtnTitle: string;
    active: number;
    isShowLastSuccess: boolean;
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & {
    label?: string | undefined;
}) & Record<string, any>;
export default TStepWizard;
