import { DataGridSearchBar } from './components/DataGridSearchBar.js'; import { buildDataGridSearchIndex, filterDataGridSearchIndex } from './utils/search.js'; export declare const DATA_GRID_SEARCH_RUNTIME_SYMBOL: unique symbol; export type DataGridSearchRuntime = { SearchBar: typeof DataGridSearchBar; buildIndex: typeof buildDataGridSearchIndex; filterIndex: typeof filterDataGridSearchIndex; }; export declare function getDataGridSearchRuntime(): DataGridSearchRuntime; //# sourceMappingURL=searchRuntime.d.ts.map