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