export declare const MIN_LATTITUDE = -90;
export declare const MAX_LATTITUDE = 90;
export declare const MAX_LONGITUDE = 180;
export declare const MIN_LONGITUDE = -180;
export declare const PLUGIN_PREFIX = "geo-grid";
export declare const classnames: {
    container: string;
    containerOverride: string;
    label: string;
};
