import { BaseTypedef } from '../base.typedef'; import { Country } from '..'; export declare class Industry extends BaseTypedef { code: string; name: string; urlCode: string; nameEng: string; logo: string; logoColor: string; image: string; imageHighlight: string; hlLogo: string; hlLogoColor: string; hlImage: string; hlImageHighlight: string; priority: number; platform: number; isTpActive: number; isFptoActive: number; priorityTop: number; isFptoTop: number; priorityFooter: number; priorityHighlight: number; priorityHighlightFpto: number; } export declare class IndustryDetail extends Industry { country: Country; } export declare class FptoTopIndustry { id: string; value: string; name: string; code: string; urlCode: string; localizedName: object; logo: string; logoColor: string; image: string; imageHighlight: string; priority: number; industryCode: string; isActive: number; } declare const IndustryListResponse_base: any; export declare class IndustryListResponse extends IndustryListResponse_base { } export {}; //# sourceMappingURL=industry.typedef.d.ts.map