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