import { Sizes, Step } from 'ngx-obelisco-example/core/models'; import * as i0 from "@angular/core"; export declare class OListStepComponent { steps: Step[]; isStepLight: boolean; isStepNumber: boolean; size: Sizes; customClasses: string; isTextArray(i: number): boolean; textArray(i: number): string[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }