export interface IInteractiveArea { contains(x: number, y: number): boolean; } //# sourceMappingURL=IInteractiveArea.d.ts.map