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