import Bubble from './src/bubble/index'; import BubbleList from './src/bubble-list/index'; import type { SFCWithInstall } from 'element-plus-x/es/utils'; export declare const ElBubble: SFCWithInstall; export default ElBubble; export declare const ElBubbleList: SFCWithInstall; export * from './src/bubble/bubble'; export * from './src/bubble-list/bubble-list';