import React from 'react'; import type { SearchFilterProps } from './types.js'; import './index.scss'; export declare function SearchFilter(props: SearchFilterProps): React.JSX.Element; //# sourceMappingURL=index.d.ts.map