export declare type TWizardOptions = null | undefined | string[] | {
    [key: string]: any;
};
