import { PropType } from 'vue'; import { DataListIcons } from '../DataList/types'; import { DataListGroupItems } from './types'; declare function __VLS_template(): { attrs: Partial<{}>; slots: { item?(_: { item: import('../DataList/types').DataListItem; index: number; itemValue: string; dataListIndex: number; }): any; }; refs: {}; rootEl: HTMLUListElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent; required: true; }; icons: { type: PropType; default: undefined; }; itemWidth: { type: StringConstructor; default: string; }; titlesTag: { type: StringConstructor; default: string; }; loading: { type: BooleanConstructor; default: boolean; }; renderHtmlValue: { type: BooleanConstructor; default: boolean; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "click:list-item": (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly; required: true; }; icons: { type: PropType; default: undefined; }; itemWidth: { type: StringConstructor; default: string; }; titlesTag: { type: StringConstructor; default: string; }; loading: { type: BooleanConstructor; default: boolean; }; renderHtmlValue: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{ "onClick:list-item"?: ((...args: any[]) => any) | undefined; }>, { loading: boolean; renderHtmlValue: boolean; itemWidth: string; icons: DataListIcons | undefined; titlesTag: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLUListElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };