import type { stardust } from '@nebula.js/stardust'; /** * Sets focus to button in the selection toolbar, handles both client and nebula toolbar */ declare const focusSelectionToolbar: (element: HTMLElement, keyboard: stardust.Keyboard, last: boolean) => void; export default focusSelectionToolbar;