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