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