import { default as React } from 'react'; import { FlowSpec, StateFirstDB } from '@feltdb/core'; export interface GlobalSearchProps { db?: StateFirstDB; model?: FlowSpec | null; onSearch?: (term: string) => void; } export declare function GlobalSearch({ db, model, onSearch }: GlobalSearchProps): React.JSX.Element; export default GlobalSearch; //# sourceMappingURL=GlobalSearch.d.ts.map