import { EventEmitter } from '@angular/core'; import { BaseComponentWithTheme } from '../../utils'; import type { BreakpointCustomizable, StepperHorizontalSize, Theme } from '../types'; import * as i0 from "@angular/core"; export declare class PStepperHorizontal extends BaseComponentWithTheme { size?: BreakpointCustomizable; theme?: Theme; /** @deprecated */ stepChange: EventEmitter>; update: EventEmitter>; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }