export declare const DEFAULT_ZOOM = 14; export declare const MIN_ZOOM = 0; export declare const MAX_ZOOM = 20; export declare const API_KEY: string; export declare const GOOGLE_MAPS_DIRECTIONS_BASE_URL = "https://www.google.com/maps/dir/"; export declare const PIN_ICON_HEIGHT = 32; export declare const MAP_STYLE_KEYS: { readonly CLASSIC: "CLASSIC"; readonly SNOWWHITE: "SNOWWHITE"; readonly GRAYSCALE: "GRAYSCALE"; readonly SATELLITE: "SATELLITE"; }; export declare const MAP_IDS: { readonly CLASSIC: "97492c268b484efea51bbdb0"; readonly SNOWWHITE: "97492c268b484efca25c0674"; readonly GRAYSCALE: "97492c268b484eff57e02cb3"; readonly SATELLITE: "97492c268b484efea51bbdb0"; }; export declare const MAP_TYPES: { readonly CLASSIC: "ROADMAP"; readonly SNOWWHITE: "ROADMAP"; readonly GRAYSCALE: "ROADMAP"; readonly SATELLITE: "HYBRID"; }; export declare const TestIds: { map: string; advancedMarker: string; markerImage: string; markerSvg: string; infoWindow: string; infoWindowHeader: string; infoWindowContent: string; infoWindowClose: string; markerLink: string; markerDirectionsLink: string; }; export declare const defaultValues: { readonly locations: { readonly address: "500 Terry Francois Street, 6th Floor. San Francisco, CA 94158"; readonly latitude: 37.77065; readonly longitude: -122.387301; readonly title: "Wix Office"; readonly pinIcon: "https://static.parastorage.com/services/santa-resources/resources/editor/designPanel/panelTypes/default_pin_icon.png"; }; readonly showDirectionsLink: true; readonly showMapType: false; readonly showZoom: true; readonly showStreetView: false; readonly mapInteractive: true; readonly zoom: 14; readonly mapStyleKey: "CLASSIC"; }; export declare const DEFAULT_LOCATION: { address: string; description: string; latitude: number; longitude: number; title: string; }; export declare const COMPONENT_NAME_KEY = "CookieConsent_Dataset_Component_GoogleMap"; export declare const COMPONENT_NAME_DEFAULT = "Google Maps"; export declare const COMPANY_NAME_KEY = "CookieConsent_Dataset_Company_Google"; export declare const COMPANY_NAME_DEFAULT = "Google"; export declare const DisplayNames: { root: { elementDisplayName: string; customActions: { manageLocations: { displayName: string; locationsList: { addLocationButton: string; centeredOnMapTooltip: string; moreActionsTooltip: string; options: { recenterMap: string; edit: string; delete: string; }; }; locationsForm: { backButton: string; previewMapButton: string; addAnotherButton: string; address: { displayName: string; placeholder: string; emptyAddressErrorTooltip: string; }; label: { displayName: string; placeholder: string; }; description: { displayName: string; placeholder: string; }; linksTo: { displayName: string; placeholder: string; }; linkText: string; }; }; }; data: { mapInteractive: string; zoom: string; pinIcon: string; showDirectionsLink: string; showMapType: string; showZoom: string; showStreetView: string; mapStyleKey: { displayName: string; options: { standard: string; light: string; dark: string; satellite: string; }; }; }; cssProperties: { gap: string; }; cssCustomProperties: { 'content-horizontal-alignment': string; 'icon-position': string; }; }; }; export declare const ADD_LOCATION_BI_PARAMS: { control_target_variable_name: string; action_type: string; control_type: string; component_type: string; builder_type: string; panel_name: string; panel_builder: string; control_id: string; }; export declare const RECENTER_BI_PARAMS: { control_target_variable_name: string; action_type: string; control_type: string; component_type: string; builder_type: string; panel_name: string; panel_builder: string; control_id: string; }; export declare const EDIT_BI_PARAMS: { control_target_variable_name: string; action_type: string; control_type: string; component_type: string; builder_type: string; panel_name: string; panel_builder: string; control_id: string; }; export declare const DELETE_BI_PARAMS: { control_target_variable_name: string; action_type: string; control_type: string; component_type: string; builder_type: string; panel_name: string; panel_builder: string; control_id: string; };