import { BaseStepper } from './base-stepper';
/**
 * @attr [labelMode] - Position of the label relative to the steps. Available values ["none", "center", "background"]
 */
export declare class VerticalStepper extends BaseStepper {
    static styles: import("lit").CSSResult;
    labelMode: string;
}
