import type TReact from 'react'; import type { CustomReactify, Prettify } from '../reactify'; import type { YMap as YMapI, YMapProps as YMapPropsI } from "../../imperative/YMap/index"; declare global { namespace JSX { interface IntrinsicElements { ymaps3: TReact.DetailedHTMLProps, HTMLElement>; } } } type YMapContainerProps = TReact.PropsWithChildren; type YMapR = TReact.ForwardRefExoticComponent>>; export declare const YMapReactifyOverride: CustomReactify; export {};