export declare class Step { step: number; stepList: HTMLElement; getAllSteps(): [HTMLSlStepItemElement]; componentDidRender(): void; render(): any; }