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