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