import { Wizard } from 'clarity-angular/wizard/wizard'; export declare class WizardFormValidation { wizard: Wizard; model: { name: string; favorite: string; }; code: string; html: string; }