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