import React from 'react'; import { PaginationModel } from '../../@types'; type MobileSearchBarProps = { paginationModel: PaginationModel; setPaginationModel: (x: PaginationModel) => void; }; declare function MobileSearchBar({ paginationModel, setPaginationModel }: MobileSearchBarProps): React.JSX.Element; export default MobileSearchBar; //# sourceMappingURL=MobileSearchBar.d.ts.map