import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class SurveyorWizardStepComponent { animateClass: string; fullHeight: boolean; onStepCompleted: Observable; active: boolean; loaded: boolean; skipped: boolean; title: string; optional: boolean; _complete: boolean; set complete(changes: any); height: string; get complete(): any; constructor(); showLeft(): void; showRight(): void; hideLeft(): void; hideRight(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }