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