import { CmsOrganization } from "../CmsOrganization.js";
import { EuropeRegionCode } from "./EuropeRegionCode.js";
import { Region } from "../country/index.js";
import { Place } from "@rr0/place";
export declare function europeanRegion(code: EuropeRegionCode, country: CmsOrganization, place: Place): Region<import("../country/index.js").RegionMessages<any>, EuropeRegionCode>;
