import { AxoCard } from './axo-card'; import { Location } from './location'; export declare class InfoWindow { id: number; card: AxoCard; location: Location; constructor(infoWindow?: InfoWindow); infoWindow(infoWindow: any): void; newInfoWindow(): void; }