/// <reference types="react" />
import type { Props } from "./types";
export declare const StyledImage: any;
declare const CountryFlag: ({ dataTest, size, id, ...props }: Props) => JSX.Element;
export default CountryFlag;
