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