import React from 'react'; interface Props { name: string; } declare const FragmentForSearch: React.FC; export default FragmentForSearch;