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