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