import type TReact from 'react'; import type { CustomReactify, Prettify } from '../reactify'; import type { YMapControlButton as YMapControlButtonI, YMapControlButtonProps } from "../../imperative/YMapControl/index"; import type { GenericEntity } from '../../imperative/Entities'; type YMapControlButtonContainerProps = TReact.PropsWithChildren; type YMapControlButtonR = TReact.ForwardRefExoticComponent>>>; export declare const YMapControlButtonReactifyOverride: CustomReactify; export {};