import { type IVisualizationProperties } from "../../interfaces/Visualization.js"; export interface ICellsControlProps { pushData?: (data: any) => any; properties?: IVisualizationProperties; isDisabled?: boolean; } /** * Cells configuration control for PivotTableNext. * Contains cell-specific settings like text wrapping. * * @internal */ export declare function CellsControl({ pushData, properties, isDisabled }: ICellsControlProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=CellsControl.d.ts.map