import { PivotPanelChromeProps } from "@adapttable/core/adapter"; //#region src/components/PivotPanel.d.ts /** Configure a pivot: three zones, and buttons that move fields between them. */ declare function PivotPanel(props: Readonly>): import("react").JSX.Element; //#endregion export { PivotPanel as t }; //# sourceMappingURL=PivotPanel-DqLEzB1K.d.cts.map