export interface ICoordinates {
    x?: number;
    y?: number;
}
//# sourceMappingURL=event.d.ts.map