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