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