import { Ref } from 'react'; import type { PanelPositioning } from '../../controls/types'; export declare const usePanelPosition: (toolbarRef: Ref, isSelected?: boolean) => PanelPositioning;