///
import ControlBar from './ControlBar.vue';
import type { Plugin } from "vue";
export declare const ElAmapControlControlBar: {
new (...args: any[]): import("vue").CreateComponentPublicInstance;
zIndex: import("../../..").IPropOptions;
reEventWhenUpdate: import("../../..").IPropOptions;
extraOptions: import("../../..").IPropOptions;
}>> & {
onInit?: ((...args: any[]) => any) | undefined;
}, {
emits: (event: "init", ...args: any[]) => void;
$amapComponent: AMap.ControlBar;
$$getInstance: () => AMap.ControlBar;
parentInstance: import("../../..").IProvideType | undefined;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "init"[], import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly;
zIndex: import("../../..").IPropOptions;
reEventWhenUpdate: import("../../..").IPropOptions;
extraOptions: import("../../..").IPropOptions;
}>> & {
onInit?: ((...args: any[]) => any) | undefined;
}, {
showControlButton: boolean;
}, true, {}, {}, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly;
zIndex: import("../../..").IPropOptions;
reEventWhenUpdate: import("../../..").IPropOptions;
extraOptions: import("../../..").IPropOptions;
}>> & {
onInit?: ((...args: any[]) => any) | undefined;
}, {
emits: (event: "init", ...args: any[]) => void;
$amapComponent: AMap.ControlBar;
$$getInstance: () => AMap.ControlBar;
parentInstance: import("../../..").IProvideType | undefined;
}, {}, {}, {}, {
showControlButton: boolean;
}>;
__isFragment?: undefined;
__isTeleport?: undefined;
__isSuspense?: undefined;
} & import("vue").ComponentOptionsBase;
zIndex: import("../../..").IPropOptions;
reEventWhenUpdate: import("../../..").IPropOptions;
extraOptions: import("../../..").IPropOptions;
}>> & {
onInit?: ((...args: any[]) => any) | undefined;
}, {
emits: (event: "init", ...args: any[]) => void;
$amapComponent: AMap.ControlBar;
$$getInstance: () => AMap.ControlBar;
parentInstance: import("../../..").IProvideType | undefined;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "init"[], "init", {
showControlButton: boolean;
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Plugin;
export default ElAmapControlControlBar;
export declare type ElAmapControlControlBarInstance = InstanceType;