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