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