import React from 'react';
import type { MarkerValueContentProps } from './types';
declare const MarkerValueContent: (props: MarkerValueContentProps) => React.JSX.Element;
export default MarkerValueContent;
