import { default as Bubble } from '../bubble/index.vue';
import { default as BubbleLoading } from '../bubble/loading.vue';
import { default as BubbleList } from './index.vue';
export type * from './interface';
export type BubbleListType = {
    Bubble: typeof Bubble;
    Loading: typeof BubbleLoading;
} & typeof BubbleList;
declare const _default: BubbleListType;
export default _default;
export { Bubble, BubbleList, BubbleLoading };
