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