import { SyntheticEvent } from 'react'; export default function useArticlesSearchForm(): { handleSubmit: (e: SyntheticEvent) => void; searchTerm: string; setSearchTerm: import("react").Dispatch>; }; //# sourceMappingURL=use-articles-search-form.d.ts.map