import { AnyConstructor, NgtColor, NumberInput } from '@angular-three/core'; import { NgtShaderMaterial } from '@angular-three/core/materials'; import { ImageShaderMaterial } from '@angular-three/soba/materials'; import * as THREE from 'three'; import * as i0 from "@angular/core"; export declare type NgtSobaImageShaderMaterialParameters = THREE.ShaderMaterialParameters & { map: THREE.Texture; scale?: number[]; imageBounds?: number[]; color?: NgtColor; zoom?: number; grayscale?: number; }; export declare class NgtSobaImageShaderMaterial extends NgtShaderMaterial { set map(map: THREE.Texture); set scale(scale: number[]); set imageBounds(imageBounds: number[]); set color(color: NgtColor); set zoom(zoom: NumberInput); set grayscale(grayscale: NumberInput); get materialType(): AnyConstructor; protected get optionFields(): Record; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class NgtSobaImageShaderMaterialModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }