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