import React from 'react';
declare const FuzzySearch: ({ instance }: {
    instance: any;
}) => React.JSX.Element;
export default FuzzySearch;
