import type TReact from 'react'; import type { CustomReactify } from '../reactify'; import type { YMapContainer, YMapContainerProps } from "../../imperative/YMapContainer/index"; type ReactProps = TReact.PropsWithChildren>; export declare const YMapContainerReactifyOverride: CustomReactify>>; export {};