import { DrillDownDataSet, DrillDownProps } from './interface'; declare function __VLS_template(): { attrs: Partial<{}>; slots: { extra?(_: {}): any; }; refs: {}; rootEl: HTMLDivElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent any; }, string, import('vue').PublicProps, Readonly & Readonly<{ "onUpdate:drillFields"?: (val: string[]) => any; }>, { title: string | import('vue').VNode; searchText: string; clearText: string | import('vue').VNode; dataSet: DrillDownDataSet[]; drillFields: string[]; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };