import type { Components, JSX } from "../types/components"; interface RuxIconInsertChartOutlined extends Components.RuxIconInsertChartOutlined, HTMLElement {} export const RuxIconInsertChartOutlined: { prototype: RuxIconInsertChartOutlined; new (): RuxIconInsertChartOutlined; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;