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