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