import { SVGProps } from 'react'; export interface BasqueCountryProps extends SVGProps { /** * Icon size (width and height) * @default 16 */ size?: number | string; } /** * Basque Country — BasqueCountry icon from flag category * * @example * * */ export declare const BasqueCountry: ({ size, ...props }: BasqueCountryProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=basque-country.d.ts.map