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