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