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