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