import type { IRange, ISelectionCell } from '@univerjs/core'; export interface ISparklinePanelCtx { unitId: string; subUnitId: string; range: IRange; primary: ISelectionCell; groupId: string; } export declare const SparklinePanel: () => import("react/jsx-runtime").JSX.Element | null;