import type { ChartFillGradientStop } from "./ChartFillGradientStop.js"; export type ChartPointFill = { index: number; kind: string; gradientStops: Array; gradientAngle?: number; patternPreset?: string; patternForeground?: string; patternBackground?: string; };