import * as React from 'react';
import type { LocationPuckProps } from './types';
declare const LocationPuck: ({ size, heading, showHeading, confidenceRadius, type, overrides, }: LocationPuckProps) => React.JSX.Element;
export default LocationPuck;
