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