import React from 'react'; interface OptionsMenuButtonConnectProps { mapId: string; enableKeyboardShortcut?: boolean; } /** * OptionsMenuButtonConnect component with components connected to the store displaying the options menu button * * Expects the following props: * @param {string} mapId mapId: string - Id of the map * @example * ``` ``` */ export declare const OptionsMenuButtonConnect: React.FC; export {};