import React from 'react'; import type { LocationButtonProps } from '../types'; /** * LocationButton - Button to center the map on the user's current location * * @example * mapRef.current?.getCurrentLocation()} * onLocationFound={(location) => { * mapRef.current?.animateToLocation(location.latitude, location.longitude, 15); * }} * /> */ export declare const LocationButton: React.FC; //# sourceMappingURL=LocationButton.d.ts.map