import type { Device } from '@antv/g-device-api'; import type { IMaterial } from './Material'; import { Material } from './Material'; export declare class ShaderMaterial extends Material { constructor(device: Device, props?: Partial); } //# sourceMappingURL=ShaderMaterial.d.ts.map