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