export declare class Industry { id: number; industry: string; mainIndustry: string; group: string; sector: string; displayName: string | null; }