import type { SVGProps } from "react"; export interface SimCardIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function SimCardIcon({ className, size, color, ...props }: SimCardIconProps): import("react").JSX.Element; //# sourceMappingURL=sim-card-icon.d.ts.map