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