import * as React from 'react'; import { GridSlotProps } from '@mui/x-data-grid-pro'; export type GridPivotPanelSearchProps = Pick & { onClear: () => void; }; declare function GridPivotPanelSearch(props: GridPivotPanelSearchProps): React.JSX.Element; export { GridPivotPanelSearch };