import Step from './step.taro.vue';
import type { ComponentPublicInstance } from 'vue';
export type { StepProps } from './step.taro.vue';
export type StepInstance = ComponentPublicInstance & InstanceType<typeof Step>;
export { Step, Step as default };
