import * as tsx from 'vue-tsx-support';
export declare const Step: import("vue").VueConstructor<{
    _tsxattrs: tsx.TsxComponentAttrs<{} & {
        active?: boolean;
        tooltip?: string;
    }, {}, {}>;
} & import("vue").default & {
    active: boolean;
    tooltip: string;
}>;
