import { NonGraphicalObject } from './NonGraphicalObject.js'; import { ObjectType } from '../Types/ObjectType.js'; import type { RasterImage } from '../Entities/RasterImage.js'; export declare class ImageDefinitionReactor extends NonGraphicalObject { get objectType(): ObjectType; get objectName(): string; get subclassMarker(): string; classVersion: number; image: RasterImage | null; } //# sourceMappingURL=ImageDefinitionReactor.d.ts.map