import { ExtractPropTypes } from "vue";
export declare const wizardDesignProps: Record<string, any>;
export type WizardDesignProps = ExtractPropTypes<typeof wizardDesignProps>;
export declare const propsResolver: (schemaValue?: Record<string, any>, mergeDefaults?: boolean) => Record<string, any>;
