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