import { PropType } from 'vue'; declare const defaultProps: { name: StringConstructor; scissorRectangle: { type: PropType; watcherOptions: { cesiumObjectBuilder: typeof import("../../../utils/cesium-helpers").makeBoundingRectangle; }; }; clearColor: { type: PropType; watcherOptions: { cesiumObjectBuilder: typeof import("../../../utils/cesium-helpers").makeColor; }; }; fragmentShader: StringConstructor; uniforms: ObjectConstructor; textureScale: { type: NumberConstructor; }; forcePowerOfTwo: { type: BooleanConstructor; default: boolean; }; sampleMode: PropType; pixelFormat: PropType; pixelDatatype: PropType; }; export default defaultProps;