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