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