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