import type { BubbleContentType, BubbleProps, SlotInfoType } from './interface'; import type { VNode } from 'vue'; 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<{} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, never> & Partial<{}> & BubbleProps> & import("vue").PublicProps; expose(exposed: import("vue").ShallowUnwrapRef<{ nativeElement: import("vue").Ref; }>): void; attrs: any; slots: Readonly<{ avatar?(): VNode; header?(props: { content: T; info: SlotInfoType; }): VNode | string; footer?(props: { content: T; info: SlotInfoType; }): VNode | string; loading?(): VNode; message?(props: { content: T; }): VNode | string; }> & { avatar?(): VNode; header?(props: { content: T; info: SlotInfoType; }): VNode | string; footer?(props: { content: T; info: SlotInfoType; }): VNode | string; loading?(): VNode; message?(props: { content: T; }): VNode | string; }; emit: {}; }>) => import("vue").VNode & { __ctx?: Awaited; }; export default _default; type __VLS_PrettifyLocal = { [K in keyof T]: T[K]; } & {};