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