import { SearchModalConfig, Func } from '../types/HaloTypes'; type __VLS_Props = { show?: boolean; width?: string; height?: string; title?: string; config?: SearchModalConfig; multiSelect?: boolean; autoClose?: boolean; searchOnMounted?: boolean; additionQuery?: Record | Func>; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:show": (...args: any[]) => void; searchBack: (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ "onUpdate:show"?: ((...args: any[]) => any) | undefined; onSearchBack?: ((...args: any[]) => any) | undefined; }>, { title: string; multiSelect: boolean; autoClose: boolean; searchOnMounted: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { searchPanelRef: import('vue').CreateComponentPublicInstanceWithMixins | Func>; }> & Readonly<{ onSearchBack?: ((...args: any[]) => any) | undefined; onResultSelected?: ((...args: any[]) => any) | undefined; }>, { searchPage: (pageNumber?: number) => Promise; returnAndClose: () => void; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { searchBack: (...args: any[]) => void; resultSelected: (...args: any[]) => void; }, import('vue').PublicProps, { title: string; multiSelect: boolean; autoClose: boolean; }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, { searchFormRef: import('vue').CreateComponentPublicInstanceWithMixins; searchArgs?: Record; groupOptions?: Array; groupBy?: string; }> & Readonly<{ "onUpdate:searchArgs"?: ((...args: any[]) => any) | undefined; "onUpdate:groupBy"?: ((...args: any[]) => any) | undefined; }>, { reset: () => void; updateValues: () => void; pickValues: () => Record; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:searchArgs": (...args: any[]) => void; "update:groupBy": (...args: any[]) => void; }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly<{ searchItems: Array; searchArgs?: Record; groupOptions?: Array; groupBy?: string; }> & Readonly<{ "onUpdate:searchArgs"?: ((...args: any[]) => any) | undefined; "onUpdate:groupBy"?: ((...args: any[]) => any) | undefined; }>, { reset: () => void; updateValues: () => void; pickValues: () => Record; }, {}, {}, {}, {}> | null; }, HTMLDivElement, import('vue').ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly<{ title?: string; config: SearchModalConfig; multiSelect?: boolean; autoClose?: boolean; searchOnMounted?: boolean; additionQuery?: Record | Func>; }> & Readonly<{ onSearchBack?: ((...args: any[]) => any) | undefined; onResultSelected?: ((...args: any[]) => any) | undefined; }>, { searchPage: (pageNumber?: number) => Promise; returnAndClose: () => void; }, {}, {}, {}, { title: string; multiSelect: boolean; autoClose: boolean; }> | null; }, any>; export default _default;