/// export declare type MapInteractionProps = { children: (a: { translation: { x: number; y: number; }; scale: number; }) => React.ReactNode; }; export declare const MapInteraction: import("react").FC;