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