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