/** * Squidex API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export */ export declare const GeolocationFieldEditor: { readonly Map: "Map"; }; export type GeolocationFieldEditor = typeof GeolocationFieldEditor[keyof typeof GeolocationFieldEditor]; export declare function instanceOfGeolocationFieldEditor(value: any): boolean; export declare function GeolocationFieldEditorFromJSON(json: any): GeolocationFieldEditor; export declare function GeolocationFieldEditorFromJSONTyped(json: any, _ignoreDiscriminator: boolean): GeolocationFieldEditor; export declare function GeolocationFieldEditorToJSON(value?: GeolocationFieldEditor | null): any;