import { SkyContribWizardComponent } from './wizard.component'; export declare class SkyContribWizardStepComponent { private wizard; title: string; constructor(wizard: SkyContribWizardComponent); validator: ((state: any) => boolean); readonly classActive: boolean; }