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