import { MoreListSlotBindings, OnyxMoreListProps } from './types.js'; declare function __VLS_template(): { attrs: Partial<{}>; slots: Readonly<{ /** * List of components to render. Each child must implement the `useMoreListChild()` composable. */ default(props: { attributes: object; }): unknown; /** * Slot to display at the end if not all default slot elements fit in the available width. */ more(props: MoreListSlotBindings & { attributes: object; }): unknown; }> & { /** * List of components to render. Each child must implement the `useMoreListChild()` composable. */ default(props: { attributes: object; }): unknown; /** * Slot to display at the end if not all default slot elements fit in the available width. */ more(props: MoreListSlotBindings & { attributes: object; }): unknown; }; refs: { parentRefEl: unknown; }; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent any; }, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly & Readonly<{ onVisibilityChange?: ((args_0: MoreListSlotBindings) => any) | undefined; }>, { is: import('vue', { with: { "resolution-mode": "import" } }).Component | string; direction: "rtl" | "ltr" | "ttb" | "btt"; }, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, { parentRefEl: unknown; }, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };