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