import type { Components, JSX } from "../types/components"; interface RuxIconUsb extends Components.RuxIconUsb, HTMLElement {} export const RuxIconUsb: { prototype: RuxIconUsb; new (): RuxIconUsb; };