import { SelectionAny, SelectionLatitude, SelectionLongitude } from './internal'; export declare class SelectionCoordinates extends SelectionAny { getLatitude(): SelectionLatitude; getLongitude(): SelectionLongitude; }