import type { IPivotPanelSourceList, IPivotPanelTableListItemBase } from '@univerjs-pro/sheets-pivot'; interface IPivotFilterPanelProps { pivotTableId: string; tableFieldId: string; unitId: string; subUnitId: string; closeFn: () => void; format?: string; tableFieldInfo: IPivotPanelTableListItemBase; dataFieldInfo: IPivotPanelSourceList; version: number; } export declare function PivotSettingDialog(props: IPivotFilterPanelProps): import("react/jsx-runtime").JSX.Element | undefined; export {};