import React from 'react'; export interface FilterContextProps { filterText?: string; highlight?: boolean; } export declare const FilterContext: React.Context; //# sourceMappingURL=use-filter-context.d.ts.map