import { GraphicalObject } from "./GraphicalObject"; export declare class Clickable extends GraphicalObject { dataObject: Object; }