import { ListProps, ListDownloadPayload } from '../types/list'; declare function __VLS_template(): { attrs: Partial<{}>; slots: { header_extras?(_: {}): any; }; refs: {}; rootEl: HTMLDivElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent void; blur: () => void; clearFilter: () => void; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { "update:filter": (value: string) => any; "row-click": (row: any, index: number) => any; "row-dblclick": (row: any, index: number) => any; download: (payload: ListDownloadPayload) => any; }, string, import('vue').PublicProps, Readonly & Readonly<{ "onUpdate:filter"?: ((value: string) => any) | undefined; "onRow-click"?: ((row: any, index: number) => any) | undefined; "onRow-dblclick"?: ((row: any, index: number) => any) | undefined; onDownload?: ((payload: ListDownloadPayload) => any) | undefined; }>, { width: string; loading: boolean; presentation: "default" | "minimal"; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };