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