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