import { Country } from './country'; export declare const registerCountry: (prefix?: string) => void; export { Country as VwcCountryElement };