import { ISearchProps, ISearchApi, ISharedRenderlessParamHooks, ISearchRenderlessParamUtils } from '../search'; export declare const api: string[]; export declare const useFormatSearchTypes: ({ computed, props, reactive, toRefs, watch }: { computed: any; props: any; reactive: any; toRefs: any; watch: any; }) => { api: { setDefaultType: (searchTypes: import('../search').ISearchValue[], typeValue: import('../search').ISearchValue) => import('../search').ISearchValue; formatSearchTypes: (searchTypes: import('../search').ISearchValue[]) => import('../search').ISearchValue[]; }; state: any; }; export declare const renderless: (props: ISearchProps, { computed, onBeforeUnmount, onMounted, reactive, toRefs, watch }: ISharedRenderlessParamHooks, { vm, parent, emit, nextTick }: ISearchRenderlessParamUtils) => ISearchApi;