export interface CountryCheckboxOptions { optionName: string; optionValue: string; hasAreas: boolean; } //# sourceMappingURL=ICountryCheckboxOptions.d.ts.map