import { IProperty } from "../IProperty"; import { PropertyList } from "./PropertyList"; export default class ImageProperty extends PropertyList { constructor(name: string, region: string, version: string, data: ArrayBuffer, parent: IProperty); }