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