import React, { RefObject } from "react"; import { ControlProps } from "@xyflow/react"; declare function Controls({ style, showZoom, showFitView, showInteractive, showFullscreen, showMiniMap, containerRef, fitViewOptions, onZoomIn, onZoomOut, onFitView, onInteractiveChange, className, children, position, orientation, 'aria-label': ariaLabel, minimapVisible, setMinimapVisible, showForceLayout }: ControlProps & { showMiniMap?: boolean; showFullscreen?: boolean; showForceLayout?: boolean; minimapVisible: boolean; setMinimapVisible: (visible: boolean) => void; containerRef?: RefObject; }): import("react/jsx-runtime").JSX.Element; declare const _default: React.MemoExoticComponent; export default _default;