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