import { OnInit, TemplateRef } from '@angular/core'; import { FormGroup } from '@angular/forms'; import { ScStepService } from '../sc-step.service'; import { ScTemplateService } from '../sc-template.service'; export declare class ScStepFooterDirective { private _templateRef; private _templateService; constructor(_templateRef: TemplateRef, _templateService: ScTemplateService); } export declare class ScStepHeaderDirective { private _templateRef; private _templateService; constructor(_templateRef: TemplateRef, _templateService: ScTemplateService); } export declare class ScStepComponent implements OnInit { private _stepService; form: FormGroup; stepIndex: number; route: string; constructor(_stepService: ScStepService); ngOnInit(): void; } //# sourceMappingURL=sc-step.component.d.ts.map