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