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