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