import type TReactNamespace from 'react'; import type { CustomReactify, Prettify } from '../reactify'; import type { GenericEntity } from '../../imperative/Entities'; import type { YMapMarker as YMapMarkerI, YMapMarkerProps } from "../../imperative/YMapMarker/index"; type ComputedYMapMarkerProps = YMapMarkerProps & { markerElement?: HTMLElement; }; type YMapMarkerContainerProps = TReactNamespace.PropsWithChildren; type YMapMarkerR = TReactNamespace.ForwardRefExoticComponent>>>; export declare const YMapMarkerReactifyOverride: CustomReactify; export {};