/// <reference types="react" />
import { ISearchPro } from './type';
export default function SearchPro(props: ISearchPro): JSX.Element;
