import type { Components, JSX } from "../types/components"; interface RuxIconUsb extends Components.RuxIconUsb, HTMLElement {} export const RuxIconUsb: { prototype: RuxIconUsb; new (): RuxIconUsb; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;