import type { ExtractPropTypes } from 'vue'; import type { VcComponentInternalInstance } from 'vue-cesium/es/utils/types'; export declare const modelGraphicsProps: { clippingPlanes: import("vue").PropType>; articulations: (ObjectConstructor | FunctionConstructor)[]; nodeTransformations: { type: import("vue").PropType; watcherOptions: { cesiumObjectBuilder: typeof import("../../../utils/cesium-helpers").makeTranslationRotationScale; }; }; distanceDisplayCondition: { type: import("vue").PropType; watcherOptions: { cesiumObjectBuilder: typeof import("../../../utils/cesium-helpers").makeDistanceDisplayCondition; }; }; lightColor: { type: import("vue").PropType; watcherOptions: { cesiumObjectBuilder: typeof import("../../../utils/cesium-helpers").makeColor; }; }; imageBasedLightingFactor: { type: import("vue").PropType; default: () => number[]; watcherOptions: { cesiumObjectBuilder: typeof import("../../../utils/cesium-helpers").makeCartesian2; }; }; colorBlendAmount: { type: (ObjectConstructor | FunctionConstructor | NumberConstructor)[]; default: number; }; colorBlendMode: { type: import("vue").PropType>; default: number; }; color: { type: import("vue").PropType; default: string; watcherOptions: { cesiumObjectBuilder: typeof import("../../../utils/cesium-helpers").makeColor; }; }; silhouetteSize: { type: (ObjectConstructor | FunctionConstructor | NumberConstructor)[]; default: number; }; silhouetteColor: { type: import("vue").PropType; watcherOptions: { cesiumObjectBuilder: typeof import("../../../utils/cesium-helpers").makeColor; }; }; heightReference: { type: import("vue").PropType>; }; shadows: import("vue").PropType>; clampAnimations: { type: (ObjectConstructor | FunctionConstructor | BooleanConstructor)[]; default: boolean; }; incrementallyLoadTextures: { type: (ObjectConstructor | FunctionConstructor | BooleanConstructor)[]; default: boolean; }; maximumScale: (ObjectConstructor | FunctionConstructor | NumberConstructor)[]; minimumPixelSize: { type: (ObjectConstructor | FunctionConstructor | NumberConstructor)[]; default: number; }; scale: { type: import("vue").PropType>; default: number; }; uri: (ObjectConstructor | FunctionConstructor | StringConstructor)[]; show: { type: import("vue").PropType; default: boolean; }; }; declare const _default: import("vue").DefineComponent<{ clippingPlanes: import("vue").PropType>; articulations: (ObjectConstructor | FunctionConstructor)[]; nodeTransformations: { type: import("vue").PropType; watcherOptions: { cesiumObjectBuilder: typeof import("../../../utils/cesium-helpers").makeTranslationRotationScale; }; }; distanceDisplayCondition: { type: import("vue").PropType; watcherOptions: { cesiumObjectBuilder: typeof import("../../../utils/cesium-helpers").makeDistanceDisplayCondition; }; }; lightColor: { type: import("vue").PropType; watcherOptions: { cesiumObjectBuilder: typeof import("../../../utils/cesium-helpers").makeColor; }; }; imageBasedLightingFactor: { type: import("vue").PropType; default: () => number[]; watcherOptions: { cesiumObjectBuilder: typeof import("../../../utils/cesium-helpers").makeCartesian2; }; }; colorBlendAmount: { type: (ObjectConstructor | FunctionConstructor | NumberConstructor)[]; default: number; }; colorBlendMode: { type: import("vue").PropType>; default: number; }; color: { type: import("vue").PropType; default: string; watcherOptions: { cesiumObjectBuilder: typeof import("../../../utils/cesium-helpers").makeColor; }; }; silhouetteSize: { type: (ObjectConstructor | FunctionConstructor | NumberConstructor)[]; default: number; }; silhouetteColor: { type: import("vue").PropType; watcherOptions: { cesiumObjectBuilder: typeof import("../../../utils/cesium-helpers").makeColor; }; }; heightReference: { type: import("vue").PropType>; }; shadows: import("vue").PropType>; clampAnimations: { type: (ObjectConstructor | FunctionConstructor | BooleanConstructor)[]; default: boolean; }; incrementallyLoadTextures: { type: (ObjectConstructor | FunctionConstructor | BooleanConstructor)[]; default: boolean; }; maximumScale: (ObjectConstructor | FunctionConstructor | NumberConstructor)[]; minimumPixelSize: { type: (ObjectConstructor | FunctionConstructor | NumberConstructor)[]; default: number; }; scale: { type: import("vue").PropType>; default: number; }; uri: (ObjectConstructor | FunctionConstructor | StringConstructor)[]; show: { type: import("vue").PropType; default: boolean; }; }, () => import("vue").VNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { 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>; articulations: (ObjectConstructor | FunctionConstructor)[]; nodeTransformations: { type: import("vue").PropType; watcherOptions: { cesiumObjectBuilder: typeof import("../../../utils/cesium-helpers").makeTranslationRotationScale; }; }; distanceDisplayCondition: { type: import("vue").PropType; watcherOptions: { cesiumObjectBuilder: typeof import("../../../utils/cesium-helpers").makeDistanceDisplayCondition; }; }; lightColor: { type: import("vue").PropType; watcherOptions: { cesiumObjectBuilder: typeof import("../../../utils/cesium-helpers").makeColor; }; }; imageBasedLightingFactor: { type: import("vue").PropType; default: () => number[]; watcherOptions: { cesiumObjectBuilder: typeof import("../../../utils/cesium-helpers").makeCartesian2; }; }; colorBlendAmount: { type: (ObjectConstructor | FunctionConstructor | NumberConstructor)[]; default: number; }; colorBlendMode: { type: import("vue").PropType>; default: number; }; color: { type: import("vue").PropType; default: string; watcherOptions: { cesiumObjectBuilder: typeof import("../../../utils/cesium-helpers").makeColor; }; }; silhouetteSize: { type: (ObjectConstructor | FunctionConstructor | NumberConstructor)[]; default: number; }; silhouetteColor: { type: import("vue").PropType; watcherOptions: { cesiumObjectBuilder: typeof import("../../../utils/cesium-helpers").makeColor; }; }; heightReference: { type: import("vue").PropType>; }; shadows: import("vue").PropType>; clampAnimations: { type: (ObjectConstructor | FunctionConstructor | BooleanConstructor)[]; default: boolean; }; incrementallyLoadTextures: { type: (ObjectConstructor | FunctionConstructor | BooleanConstructor)[]; default: boolean; }; maximumScale: (ObjectConstructor | FunctionConstructor | NumberConstructor)[]; minimumPixelSize: { type: (ObjectConstructor | FunctionConstructor | NumberConstructor)[]; default: number; }; scale: { type: import("vue").PropType>; default: number; }; uri: (ObjectConstructor | FunctionConstructor | StringConstructor)[]; show: { type: import("vue").PropType; default: boolean; }; }>> & { onBeforeLoad?: (instance: VcComponentInternalInstance) => any; onReady?: (readyObj: import("vue-cesium/es/utils/types").VcReadyObject) => any; onDestroyed?: (instance: VcComponentInternalInstance) => any; }, { show: boolean; color: import("vue-cesium/es/utils/types").VcColor; scale: number | Cesium.CallbackProperty | import("vue-cesium/es/utils/types").VcCallbackPropertyFunction; 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; }>; export default _default; export declare type VcGraphicsModelProps = ExtractPropTypes;