/// <reference types="react" />
import type { Icon } from './icon.d.ts';
declare const ESIM: ({ size, color }: Icon) => JSX.Element;
export default ESIM;
