export declare class FetchIndustry200Response { 'plans': any | null; 'title': any | null; 'icon': any | null; 'sortNumber': any | null; 'id': any | null; 'isIndustrySelected': any | null; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }