import React from 'react';
import { IMobileSearchViewModel } from 'devexpress-reporting/scopes/reporting-viewer-mobile-internal';
declare const useDxMobileSearchBar: (options: IMobileSearchViewModel) => React.MutableRefObject<HTMLDivElement>;
export default useDxMobileSearchBar;
