/** Controls in edge zones where overlays should open toward the map interior. */ export type ControlOverlaySide = "right"; export declare const RIGHT_CONTROL_POPOVER_PLACEMENT: "right-start"; export declare const RIGHT_CONTROL_TOOLTIP_PLACEMENT: "right";