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