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