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