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