import { DefineVueDirective } from '@syncfusion/ej2-vue-base';
import { BubbleSettingsModel } from '@syncfusion/ej2-maps';
export declare let BubblesDirective: any;
export declare const BubblesPlugin: {
name: string;
install(Vue: any): void;
};
/**
* Represents the directive to define the bubbles in the maps.
* ```vue
*
*
*
*
*
*
*
*
*
*
* ```
*/
export declare let BubbleDirective: DefineVueDirective;
export declare const BubblePlugin: {
name: string;
install(Vue: any): void;
};