import * as React from "react"; import { GetNamespacedMarkerId, MarkerComponentProps } from "../../types"; export declare class Marker extends React.Component { getNamespacedMarkerId: GetNamespacedMarkerId; constructor(props: MarkerComponentProps); render(): JSX.Element; }