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