import type { AABB2 } from './AABB2.js';
export interface IMap2DRenderable {
    aabb: AABB2;
}
//# sourceMappingURL=IMap2DRenderable.d.ts.map