import type { ImageData } from "./ImageData"; export interface Shape { style?: string, imageData?: ImageData, }