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