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