import type { IPivotTableConfig, IUnitRangeNameWithSubUnitId } from '@univerjs-pro/sheets-pivot'; interface IPivotSourceRangeProps { sourceRangeInfo: IUnitRangeNameWithSubUnitId; pivotTableId: string; refreshHandler: () => void; positionInfo: IPivotTableConfig['targetCellInfo']; } export declare function PivotSourceRange(props: IPivotSourceRangeProps): import("react/jsx-runtime").JSX.Element; export {};