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