import type { Components, JSX } from "../types/components"; interface RuxIconPhoneIphone extends Components.RuxIconPhoneIphone, HTMLElement {} export const RuxIconPhoneIphone: { prototype: RuxIconPhoneIphone; new (): RuxIconPhoneIphone; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;