import type { BubbleProps } from './types'; declare function interrupt(): void; declare function continueTyping(): void; declare function restart(): void; declare function destroy(): void; declare var __VLS_8: {}, __VLS_10: {}, __VLS_12: {}, __VLS_14: {}, __VLS_16: {}; type __VLS_Slots = {} & { avatar?: (props: typeof __VLS_8) => any; } & { header?: (props: typeof __VLS_10) => any; } & { content?: (props: typeof __VLS_12) => any; } & { loading?: (props: typeof __VLS_14) => any; } & { footer?: (props: typeof __VLS_16) => any; }; declare const __VLS_base: import("vue").DefineComponent; isTyping: import("vue").ComputedRef; progress: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { avatarError: (e: Event) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onAvatarError?: ((e: Event) => any) | undefined; }>, { placement: "start" | "end"; avatar: string; variant: "filled" | "borderless" | "outlined" | "shadow"; maxWidth: string; avatarSize: string; avatarGap: string; avatarShape: "circle" | "square"; avatarSrcSet: string; avatarAlt: string; avatarFit: "cover" | "contain" | "fill" | "none" | "scale-down"; noStyle: boolean; content: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };