import type { ExtractPropTypes } from 'vue'; import { PropType } from 'vue'; import type { VcComponentInternalInstance } from 'vue-cesium/es/utils/types'; export declare const modelPrimitiveProps: { enableMouseEvent: { type: BooleanConstructor; default: boolean; }; backFaceCulling: { type: BooleanConstructor; default: boolean; }; credit: { type: PropType; default: string; }; specularEnvironmentMaps: StringConstructor; sphericalHarmonicCoefficients: { type: PropType; watcherOptions: { cesiumObjectBuilder: typeof import("../../../utils/cesium-helpers").makeCartesian3Array; }; }; luminanceAtZenith: { type: NumberConstructor; default: number; }; lightColor: { type: PropType; watcherOptions: { cesiumObjectBuilder: typeof import("../../../utils/cesium-helpers").makeColor; }; }; imageBasedLightingFactor: { type: PropType; default: () => number[]; watcherOptions: { cesiumObjectBuilder: typeof import("../../../utils/cesium-helpers").makeCartesian2; }; }; dequantizeInShader: { type: BooleanConstructor; default: boolean; }; clippingPlanes: PropType>; silhouetteSize: { type: (ObjectConstructor | FunctionConstructor | NumberConstructor)[]; default: number; }; silhouetteColor: { type: PropType; watcherOptions: { cesiumObjectBuilder: typeof import("../../../utils/cesium-helpers").makeColor; }; }; colorBlendAmount: { type: (ObjectConstructor | FunctionConstructor | NumberConstructor)[]; default: number; }; colorBlendMode: { type: PropType>; default: number; }; color: { type: PropType; default: string; watcherOptions: { cesiumObjectBuilder: typeof import("../../../utils/cesium-helpers").makeColor; }; }; distanceDisplayCondition: { type: PropType; watcherOptions: { cesiumObjectBuilder: typeof import("../../../utils/cesium-helpers").makeDistanceDisplayCondition; }; }; scene: PropType; heightReference: { type: PropType>; }; debugWireframe: { type: BooleanConstructor; default: boolean; }; debugShowBoundingVolume: { tyep: BooleanConstructor; default: boolean; }; shadows: PropType>; clampAnimations: { type: (ObjectConstructor | FunctionConstructor | BooleanConstructor)[]; default: boolean; }; asynchronous: { type: BooleanConstructor; default: boolean; }; incrementallyLoadTextures: { type: (ObjectConstructor | FunctionConstructor | BooleanConstructor)[]; default: boolean; }; allowPicking: { type: BooleanConstructor; default: boolean; }; id: PropType; maximumScale: (ObjectConstructor | FunctionConstructor | NumberConstructor)[]; minimumPixelSize: { type: (ObjectConstructor | FunctionConstructor | NumberConstructor)[]; default: number; }; scale: { type: PropType>; default: number; }; modelMatrix: PropType; show: { type: PropType; default: boolean; }; basePath: PropType; url: PropType; }; declare const _default: import("vue").DefineComponent<{ enableMouseEvent: { type: BooleanConstructor; default: boolean; }; backFaceCulling: { type: BooleanConstructor; default: boolean; }; credit: { type: PropType; default: string; }; specularEnvironmentMaps: StringConstructor; sphericalHarmonicCoefficients: { type: PropType; watcherOptions: { cesiumObjectBuilder: typeof import("../../../utils/cesium-helpers").makeCartesian3Array; }; }; luminanceAtZenith: { type: NumberConstructor; default: number; }; lightColor: { type: PropType; watcherOptions: { cesiumObjectBuilder: typeof import("../../../utils/cesium-helpers").makeColor; }; }; imageBasedLightingFactor: { type: PropType; default: () => number[]; watcherOptions: { cesiumObjectBuilder: typeof import("../../../utils/cesium-helpers").makeCartesian2; }; }; dequantizeInShader: { type: BooleanConstructor; default: boolean; }; clippingPlanes: PropType>; silhouetteSize: { type: (ObjectConstructor | FunctionConstructor | NumberConstructor)[]; default: number; }; silhouetteColor: { type: PropType; watcherOptions: { cesiumObjectBuilder: typeof import("../../../utils/cesium-helpers").makeColor; }; }; colorBlendAmount: { type: (ObjectConstructor | FunctionConstructor | NumberConstructor)[]; default: number; }; colorBlendMode: { type: PropType>; default: number; }; color: { type: PropType; default: string; watcherOptions: { cesiumObjectBuilder: typeof import("../../../utils/cesium-helpers").makeColor; }; }; distanceDisplayCondition: { type: PropType; watcherOptions: { cesiumObjectBuilder: typeof import("../../../utils/cesium-helpers").makeDistanceDisplayCondition; }; }; scene: PropType; heightReference: { type: PropType>; }; debugWireframe: { type: BooleanConstructor; default: boolean; }; debugShowBoundingVolume: { tyep: BooleanConstructor; default: boolean; }; shadows: PropType>; clampAnimations: { type: (ObjectConstructor | FunctionConstructor | BooleanConstructor)[]; default: boolean; }; asynchronous: { type: BooleanConstructor; default: boolean; }; incrementallyLoadTextures: { type: (ObjectConstructor | FunctionConstructor | BooleanConstructor)[]; default: boolean; }; allowPicking: { type: BooleanConstructor; default: boolean; }; id: PropType; maximumScale: (ObjectConstructor | FunctionConstructor | NumberConstructor)[]; minimumPixelSize: { type: (ObjectConstructor | FunctionConstructor | NumberConstructor)[]; default: number; }; scale: { type: PropType>; default: number; }; modelMatrix: PropType; show: { type: PropType; default: boolean; }; basePath: PropType; url: PropType; }, () => import("vue").VNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { readyPromise: (primitive: import("vue-cesium/es/utils/types").VcPrimitive, viewer: Cesium.Viewer, instance: import("vue-cesium/es/utils/types").VcComponentPublicInstance) => boolean; 'update:geometryInstances': (instances: Cesium.GeometryInstance[]) => boolean; mousedown: (evt: import("vue-cesium/es/utils/types").VcPickEvent) => boolean; mouseup: (evt: import("vue-cesium/es/utils/types").VcPickEvent) => boolean; click: (evt: import("vue-cesium/es/utils/types").VcPickEvent) => boolean; clickout: (evt: import("vue-cesium/es/utils/types").VcPickEvent) => boolean; dblclick: (evt: import("vue-cesium/es/utils/types").VcPickEvent) => boolean; mousemove: (evt: import("vue-cesium/es/utils/types").VcPickEvent) => boolean; mouseover: (evt: import("vue-cesium/es/utils/types").VcPickEvent) => boolean; mouseout: (evt: import("vue-cesium/es/utils/types").VcPickEvent) => boolean; beforeLoad: (instance: VcComponentInternalInstance) => boolean; ready: (readyObj: import("vue-cesium/es/utils/types").VcReadyObject) => boolean; destroyed: (instance: VcComponentInternalInstance) => boolean; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; default: string; }; specularEnvironmentMaps: StringConstructor; sphericalHarmonicCoefficients: { type: PropType; watcherOptions: { cesiumObjectBuilder: typeof import("../../../utils/cesium-helpers").makeCartesian3Array; }; }; luminanceAtZenith: { type: NumberConstructor; default: number; }; lightColor: { type: PropType; watcherOptions: { cesiumObjectBuilder: typeof import("../../../utils/cesium-helpers").makeColor; }; }; imageBasedLightingFactor: { type: PropType; default: () => number[]; watcherOptions: { cesiumObjectBuilder: typeof import("../../../utils/cesium-helpers").makeCartesian2; }; }; dequantizeInShader: { type: BooleanConstructor; default: boolean; }; clippingPlanes: PropType>; silhouetteSize: { type: (ObjectConstructor | FunctionConstructor | NumberConstructor)[]; default: number; }; silhouetteColor: { type: PropType; watcherOptions: { cesiumObjectBuilder: typeof import("../../../utils/cesium-helpers").makeColor; }; }; colorBlendAmount: { type: (ObjectConstructor | FunctionConstructor | NumberConstructor)[]; default: number; }; colorBlendMode: { type: PropType>; default: number; }; color: { type: PropType; default: string; watcherOptions: { cesiumObjectBuilder: typeof import("../../../utils/cesium-helpers").makeColor; }; }; distanceDisplayCondition: { type: PropType; watcherOptions: { cesiumObjectBuilder: typeof import("../../../utils/cesium-helpers").makeDistanceDisplayCondition; }; }; scene: PropType; heightReference: { type: PropType>; }; debugWireframe: { type: BooleanConstructor; default: boolean; }; debugShowBoundingVolume: { tyep: BooleanConstructor; default: boolean; }; shadows: PropType>; clampAnimations: { type: (ObjectConstructor | FunctionConstructor | BooleanConstructor)[]; default: boolean; }; asynchronous: { type: BooleanConstructor; default: boolean; }; incrementallyLoadTextures: { type: (ObjectConstructor | FunctionConstructor | BooleanConstructor)[]; default: boolean; }; allowPicking: { type: BooleanConstructor; default: boolean; }; id: PropType; maximumScale: (ObjectConstructor | FunctionConstructor | NumberConstructor)[]; minimumPixelSize: { type: (ObjectConstructor | FunctionConstructor | NumberConstructor)[]; default: number; }; scale: { type: PropType>; default: number; }; modelMatrix: PropType; show: { type: PropType; default: boolean; }; basePath: PropType; url: PropType; }>> & { onBeforeLoad?: (instance: VcComponentInternalInstance) => any; onReady?: (readyObj: import("vue-cesium/es/utils/types").VcReadyObject) => any; onDestroyed?: (instance: VcComponentInternalInstance) => any; onMousedown?: (evt: import("vue-cesium/es/utils/types").VcPickEvent) => any; onMouseup?: (evt: import("vue-cesium/es/utils/types").VcPickEvent) => any; onClick?: (evt: import("vue-cesium/es/utils/types").VcPickEvent) => any; onClickout?: (evt: import("vue-cesium/es/utils/types").VcPickEvent) => any; onDblclick?: (evt: import("vue-cesium/es/utils/types").VcPickEvent) => any; onMousemove?: (evt: import("vue-cesium/es/utils/types").VcPickEvent) => any; onMouseover?: (evt: import("vue-cesium/es/utils/types").VcPickEvent) => any; onMouseout?: (evt: import("vue-cesium/es/utils/types").VcPickEvent) => any; onReadyPromise?: (primitive: import("vue-cesium/es/utils/types").VcPrimitive, viewer: Cesium.Viewer, instance: import("vue-cesium/es/utils/types").VcComponentPublicInstance) => any; "onUpdate:geometryInstances"?: (instances: Cesium.GeometryInstance[]) => any; }, { credit: string | Cesium.Credit; show: boolean; color: import("vue-cesium/es/utils/types").VcColor; enableMouseEvent: boolean; scale: number | Cesium.CallbackProperty | import("vue-cesium/es/utils/types").VcCallbackPropertyFunction; debugShowBoundingVolume: boolean; asynchronous: boolean; allowPicking: boolean; imageBasedLightingFactor: import("vue-cesium/es/utils/types").VcCartesian2; colorBlendAmount: number | Function | Record; colorBlendMode: number | import("vue-cesium/es/utils/types").VcCallbackPropertyFunction; silhouetteSize: number | Function | Record; clampAnimations: boolean | Function | Record; incrementallyLoadTextures: boolean | Function | Record; minimumPixelSize: number | Function | Record; backFaceCulling: boolean; luminanceAtZenith: number; dequantizeInShader: boolean; debugWireframe: boolean; }>; export default _default; export declare type VcPrimitiveModelProps = ExtractPropTypes;