import { TableProps, sortOption } from './table'; import { searchOption } from './table-search-input'; declare function __VLS_template(): { attrs: Partial<{}>; slots: Partial any>> & Partial any>> & { 'expanded-row'?(_: { item: any; index: number; }): any; }; refs: {}; rootEl: HTMLDivElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent any; searchSubmit: (column: searchOption[]) => any; "select:all": () => any; "update:selection": (value: number[]) => any; sortColumn: (column: sortOption) => any; searchResultsLocally: (...args: any[]) => any; }, string, import('vue').PublicProps, Readonly & Readonly<{ onSelect?: ((index: number) => any) | undefined; onSearchSubmit?: ((column: searchOption[]) => any) | undefined; "onSelect:all"?: (() => any) | undefined; "onUpdate:selection"?: ((value: number[]) => any) | undefined; onSortColumn?: ((column: sortOption) => any) | undefined; onSearchResultsLocally?: ((...args: any[]) => any) | undefined; }>, { items: any[]; selection: number[]; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };