import type { Components, JSX } from "../types/components"; interface RuxIconSmokingRooms extends Components.RuxIconSmokingRooms, HTMLElement {} export const RuxIconSmokingRooms: { prototype: RuxIconSmokingRooms; new (): RuxIconSmokingRooms; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;