import { CountryGroup } from './country-group'; export declare const registerCountryGroup: (prefix?: string) => void; export { CountryGroup as VwcCountryGroupElement };