import { ExtractPropTypes } from "vue";
export declare const wizardProps: Record<string, any>;
export type WizardProps = ExtractPropTypes<typeof wizardProps>;
