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