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