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