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