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