import { SelectionAny } from './internal';
export declare class SelectionLatitude extends SelectionAny {
    valueAsLatitude(): (number | null)[];
}
