import { OnChanges, OnInit, SimpleChanges, TemplateRef } from '@angular/core'; import { StepperComponentConfig } from '../../public-api'; import * as i0 from "@angular/core"; export declare class StepperComponent implements OnInit, OnChanges { config: StepperComponentConfig; body: TemplateRef; manualStepper: { next: () => void; }; selectedStep: any; selectedStepIndex: any; constructor(); screenWidth: number; ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; selectItem(item: any, index: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }