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