import { Theme } from '@tracktor/design-system'; declare const mapboxGlobalStyles: (theme: Theme) => { ".mapboxgl-popup-close-button": { color: string; fontSize: string; }; ".mapboxgl-popup-content": { backgroundColor: string; borderRadius: string; boxShadow: string; padding: string; width: string; }; ".mapboxgl-popup-tip": { borderTopColor: string; }; }; export default mapboxGlobalStyles;