export interface ISelectedFeatures { x: number; y: number; features: any[]; }