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