import { PluginObject } from 'vue'; import { ModulVue } from '../../utils/vue/vue'; export declare class MCountryFlag extends ModulVue { readonly codeIso2: string; readonly width: string; readonly height: string; emitClick(event: MouseEvent): void; emitKeydown(event: KeyboardEvent): void; emitMouseOver(event: MouseEvent): void; emitMouseLeave(event: MouseEvent): void; get svg(): string; } declare const MCountryFlagPlugin: PluginObject; export default MCountryFlagPlugin; //# sourceMappingURL=country-flag.d.ts.map