export interface GridPivotPanelHeaderProps { searchValue: string; onSearchValueChange: (value: string) => void; } declare function GridPivotPanelHeader(props: GridPivotPanelHeaderProps): import("react/jsx-runtime").JSX.Element; export { GridPivotPanelHeader };