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