import { QueryBuilderContextProps } from '../types'; export declare function PivotOptions({ pivotConfig, onUpdate, }: { pivotConfig: QueryBuilderContextProps['pivotConfig']; onUpdate: QueryBuilderContextProps['updatePivotConfig']['update']; }): import("react/jsx-runtime").JSX.Element | null;