import { BaseComponent } from '../../utils'; import type { StepperHorizontalItemState } from '../types'; import * as i0 from "@angular/core"; export declare class PStepperHorizontalItem extends BaseComponent { disabled?: boolean; state?: StepperHorizontalItemState; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }