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