import type { BubbleListProps } from './interface'; import { type VNode } from 'vue'; type __VLS_Slots = { avatar?(props: { item: BubbleListProps['items'][number]; }): VNode; header?(props: { item: BubbleListProps['items'][number]; }): VNode | string; footer?(props: { item: BubbleListProps['items'][number]; }): VNode | string; loading?(props: { item: BubbleListProps['items'][number]; }): VNode; message?(props: { item: BubbleListProps['items'][number]; }): VNode | string; }; declare const __VLS_component: import("vue").DefineComponent; scrollTo: ({ key, offset, behavior, block }: { offset?: number; key?: string | number; behavior?: ScrollBehavior; block?: ScrollLogicalPosition; }) => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };