import type { WidgetState } from "../state/WidgetState"; /** Checks the proposed docking target to see if it's allowed by the dragged widget or tab * @internal */ export declare function useAllowedWidgetTarget(widgetId: WidgetState["id"]): boolean; //# sourceMappingURL=useAllowedWidgetTarget.d.ts.map