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