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