import * as tsx from 'vue-tsx-support';
export declare const Steps: import("vue").VueConstructor<{
    _tsxattrs: tsx.TsxComponentAttrs<{} & {
        active?: string | number;
        items?: any;
    }, {}, {}>;
} & import("vue").default & {
    items: any;
    active: string | number;
}>;
