declare const Steps: {
    (_: any, { attrs }: {
        attrs: any;
    }): import("vue/jsx-runtime").JSX.Element;
    inheritAttrs: boolean;
};
export default Steps;
