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