import { CountryFlagSvgInterface } from './types';
declare const CountryFlagSvg: CountryFlagSvgInterface;
declare global {
    interface Window {
        CountryFlagSvg: CountryFlagSvgInterface;
    }
}
export default CountryFlagSvg;
