import { IconRef, IconProperties } from "@react-three/uikit";
export declare const WifiPenIcon: import("react").ForwardRefExoticComponent<Omit<IconProperties, "text" | "svgWidth" | "svgHeight"> & import("react").RefAttributes<IconRef>>;
export declare const WifiPen: import("react").ForwardRefExoticComponent<Omit<IconProperties, "text" | "svgWidth" | "svgHeight"> & import("react").RefAttributes<IconRef>>;
