import { FC } from '@dineug/r-html';
export type QuickSearchProps = {};
declare const QuickSearch: FC<QuickSearchProps>;
export default QuickSearch;
