import { BubbleListBoundaryState, BubbleListEmits, BubbleListItemProps, BubbleListProps, BubbleListScrollState } from './types'; 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 onLoadMoreTop?: (() => any) | undefined; readonly onLoadMoreBottom?: (() => any) | undefined; readonly onScrollStateChange?: ((state: BubbleListScrollState) => any) | undefined; readonly onUnreadCountChange?: ((count: number) => any) | undefined; } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onLoadMoreTop" | "onLoadMoreBottom" | "onScrollStateChange" | "onUnreadCountChange"> & BubbleListProps & Partial<{}>> & import('vue').PublicProps; expose(exposed: import('vue').ShallowUnwrapRef<{ scrollToTop: (smooth?: boolean) => void; scrollToBottom: (smooth?: boolean) => void; scrollToBubble: (index: number, smooth?: boolean) => void; readonly currentScrollState: BubbleListScrollState; readonly currentUnreadCount: number; readonly virtualizerRef: any; loadMoreTopComplete: () => void; loadMoreBottomComplete: () => void; }>): void; attrs: any; slots: { topStatus?(_: { status: BubbleListBoundaryState; position: "top" | "bottom"; scrollState: BubbleListScrollState; unreadCount: number; autoScroll: boolean; }): any; avatar?(_: { item: T; }): any; avatar?(_: { item: T; }): any; header?(_: { item: T; }): any; header?(_: { item: T; }): any; content?(_: { item: T; }): any; content?(_: { item: T; }): any; footer?(_: { item: T; }): any; footer?(_: { item: T; }): any; loading?(_: { item: T; }): any; loading?(_: { item: T; }): any; item?(_: { item: T; index: number; itemType?: string; scrollState: BubbleListScrollState; unreadCount: number; autoScroll: boolean; }): any; item?(_: { item: T; index: number; itemType?: string; scrollState: BubbleListScrollState; unreadCount: number; autoScroll: boolean; }): any; bottomStatus?(_: { status: BubbleListBoundaryState; position: "top" | "bottom"; scrollState: BubbleListScrollState; unreadCount: number; autoScroll: boolean; }): any; backToBottom?(_: { unreadCount: number; scrollState: BubbleListScrollState; label: string; autoScroll: boolean; virtualEnabled: boolean; scrollToBottom: (smooth?: boolean) => void; }): any; }; emit: BubbleListEmits; }>) => import('vue').VNode & { __ctx?: Awaited; }; export default _default; type __VLS_PrettifyLocal = { [K in keyof T]: T[K]; } & {};