import { OnInit } from '@angular/core'; import { SmartFormLibService } from './smart-form-lib.service'; import { Observable } from 'rxjs'; export declare class SmartFormLibComponent implements OnInit { private dataService; sFlow: any; sfNode: any; sfSteps: Array; activeIx: number; constructor(dataService: SmartFormLibService); private _flowId; flowId: string; private _accessCode; accessCode: string; update: boolean; origin: string; ngOnInit(): void; getFlow(): void; selectStep(i: any): void; saveFlow(): Observable; }