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