/// export declare type NonEmptyArray = [T, ...T[]]; export interface Step { component: React.ComponentType; name: string; }