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