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