import { MeshDrawcall } from '../drawcalls'; import { Batch } from './Batch'; export declare class MeshRenderer extends Batch { getDrawcallCtors(): (typeof MeshDrawcall)[]; } //# sourceMappingURL=Mesh.d.ts.map