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