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