import { type FunctionComponent } from 'react';
import { PivotTableWidgetProps } from '../props';
/**
* React component extending `PivotTable` to support widget style options.
*
* @example
* Example of using the `PivotTableWidget` component to
* plot a pivot table over the `Sample ECommerce` data source hosted in a Sisense instance.
* ```tsx
*
* ```
* @param props - Pivot Table Widget properties
* @returns Widget component representing a pivot table
* @group Dashboards
* @beta
*/
export declare const PivotTableWidget: FunctionComponent;
//# sourceMappingURL=pivot-table-widget.d.ts.map