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