declare var __VLS_1: {}, __VLS_7: {}, __VLS_9: {}, __VLS_15: {}, __VLS_17: {};
type __VLS_Slots = {} & {
    avatar?: (props: typeof __VLS_1) => any;
} & {
    top?: (props: typeof __VLS_7) => any;
} & {
    loadingTpl?: (props: typeof __VLS_9) => any;
} & {
    default?: (props: typeof __VLS_15) => any;
} & {
    bottom?: (props: typeof __VLS_17) => any;
};
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
    content: {
        type: StringConstructor;
        default: string;
    };
    loading: {
        type: BooleanConstructor;
        default: boolean;
    };
    align: {
        type: import("vue").PropType<import("./bubble-types").BubbleAlign>;
        default: string;
    };
    avatarPosition: {
        type: import("vue").PropType<import("./bubble-types").AvatarPosition>;
        default: string;
    };
    variant: {
        type: import("vue").PropType<import("./bubble-types").BubbleVariant>;
        default: string;
    };
    avatarConfig: {
        type: import("vue").PropType<import("./bubble-types").BubbleAvatar>;
    };
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    content: {
        type: StringConstructor;
        default: string;
    };
    loading: {
        type: BooleanConstructor;
        default: boolean;
    };
    align: {
        type: import("vue").PropType<import("./bubble-types").BubbleAlign>;
        default: string;
    };
    avatarPosition: {
        type: import("vue").PropType<import("./bubble-types").AvatarPosition>;
        default: string;
    };
    variant: {
        type: import("vue").PropType<import("./bubble-types").BubbleVariant>;
        default: string;
    };
    avatarConfig: {
        type: import("vue").PropType<import("./bubble-types").BubbleAvatar>;
    };
}>> & Readonly<{}>, {
    variant: import("./bubble-types").BubbleVariant;
    content: string;
    loading: boolean;
    align: import("./bubble-types").BubbleAlign;
    avatarPosition: import("./bubble-types").AvatarPosition;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
declare const _default: typeof __VLS_export;
export default _default;
type __VLS_WithSlots<T, S> = T & {
    new (): {
        $slots: S;
    };
};
