import { CdkStepper } from '@angular/cdk/stepper'; /** * `` provides a wizard-like workflow by dividing content into logical steps. * It is built on the foundation of the CDK stepper that is responsible for the logic that drives a stepped workflow. */ export declare class StepperComponent extends CdkStepper { /** * @ignore */ role: string; /** * @ignore */ ariaOrientation: string; /** * @ignore */ onClick(index: number): void; }