import type TReact from 'react'; import type { CustomReactify } from '../reactify'; import type { YMapReactContainer, YMapReactContainerProps } from "../../imperative/YMapReactContainer/index"; type ReactProps = TReact.PropsWithChildren>; /** @deprecated Use YMapContainerReactifyOverride instead */ export declare const YMapReactContainerReactifyOverride: CustomReactify>>; export {};