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