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