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