export declare const StepperNumberSteps: string[];
export declare const ariaSteps: {
    prefix: {
        step: string;
        of: string;
    };
    suffix: {
        completed: string;
        current: string;
    };
};
