import { LayerConfig } from "./LayerConfig"; export interface LayeredMaterialOptions { layers?: LayerConfig[]; blendSharpness?: number; } //# sourceMappingURL=MaterialOptions.d.ts.map