export declare class StepItem { header: string; label: string; active: boolean; render(): any; }