import { TranslationsGroup } from '../../types'; type DemographicsTranslationKeys = "populationByAgeTitle" | "populationInPercentage" | "totalPopulation" | "typeOfHousingChartTitle" | "ownersRentersTitle" | "householdCompositionTitle" | "FamiliesWithChildrenTitle" | "averageIncomeTitle" | "commuteModeTitle" | "educationLevelTitle" | "motherTongueTitle" | "incomeBracketsTitle" | "spokenLanguagesTitle" | "avg_household_income" | "avg_individual_income" | "employmentStatusTitle"; export type TranslationGroup = TranslationsGroup; export {}; //# sourceMappingURL=types.d.ts.map