import React from 'react'; type ISize = 'small' | 'medium'; export declare function CountryLogo({ size, ...props }: React.ImgHTMLAttributes & { size?: ISize; }): React.JSX.Element; export {}; //# sourceMappingURL=CountryLogo.d.ts.map