import { BubbleProps } from '../Bubble/types'; import { TypewriterInstance } from '../Typewriter/types.d.ts'; import { BubbleListEmits, BubbleListProps } from './types.d.ts'; declare const _default: (__VLS_props: NonNullable>["props"], __VLS_ctx?: __VLS_PrettifyLocal>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable>["expose"], __VLS_setup?: Promise<{ props: __VLS_PrettifyLocal & Omit<{ readonly onComplete?: ((instance: TypewriterInstance, index: number) => any) | undefined; } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onComplete"> & BubbleListProps & Partial<{}>> & import('vue').PublicProps; expose(exposed: import('vue').ShallowUnwrapRef<{ scrollToTop: () => void; scrollToBottom: () => void; scrollToBubble: (index: number) => void; }>): void; attrs: any; slots: { avatar?(_: { item: T; }): any; header?(_: { item: T; }): any; content?(_: { item: T; }): any; footer?(_: { item: T; }): any; loading?(_: { item: T; }): any; backToBottom?(_: {}): any; }; emit: BubbleListEmits; }>) => import('vue').VNode & { __ctx?: Awaited; }; export default _default; type __VLS_PrettifyLocal = { [K in keyof T]: T[K]; } & {};