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