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