import * as React from 'react'; import type { FloatingMarkerProps } from './types'; declare const FloatingMarker: ({ label, secondaryLabel, size, anchor, endEnhancer, startEnhancer, anchorType, overrides, }: FloatingMarkerProps) => React.JSX.Element; export default FloatingMarker;