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