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