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