declare const SearchBox: ({ SearchBoxSchema: searchList, useForm, onFinish, onValuesChange, ...data }: any) => JSX.Element; export default SearchBox;