export declare class NecLeftNav { name: string; link: string; active: boolean; children?: NecLeftNav[]; }