import { HighlightVariant } from '../utils/DWrapFocusHighlight.vue'; export type ActionListItem = { title: string; emit?: TEmit; attrs?: { to?: string; href?: string; target?: '_blank' | '_self' | '_parent' | '_top' | string; highlightVariant?: HighlightVariant; [k: string]: any; }; }; declare function __VLS_template(): { attrs: Partial<{}>; slots: Readonly<{ header?: () => {}; }> & { header?: () => {}; }; refs: {}; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent ActionListItem[]; default: () => never[]; }; listClass: { type: (StringConstructor | (() => Record))[]; default: string; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { actionFocus: (...args: any[]) => void; actionUnfocus: (...args: any[]) => void; actionChoose: (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly ActionListItem[]; default: () => never[]; }; listClass: { type: (StringConstructor | (() => Record))[]; default: string; }; }>> & Readonly<{ onActionFocus?: ((...args: any[]) => any) | undefined; onActionUnfocus?: ((...args: any[]) => any) | undefined; onActionChoose?: ((...args: any[]) => any) | undefined; }>, { actions: ActionListItem[]; listClass: string | Record; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };