import { ShapeBase } from './shape.base'; export declare class Image extends ShapeBase { width: number; height: number; imageUrl: string; }