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