import type { Ref } from 'vue';
import { UseSearchClassTypes, SearchProps } from '../search-types';
export declare const useSearchClass: (props: SearchProps, isFocus: Ref<boolean>) => UseSearchClassTypes;
