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