import { OnInit } from '@angular/core'; import { StepperComponent } from '../stepper.component'; import * as i0 from "@angular/core"; export declare class StepComponent implements OnInit { label: string; constructor(); ngOnInit(): void; parent: StepperComponent; get index(): number; get fill(): boolean; get selected(): boolean; get _fill(): 0 | 1; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }