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