import type { ExtendedCleanUpPair } from '../types'; declare const lockBodyScroll: () => void; declare const unlockBodyScroll: () => void; declare const closeAllContentTogglesInToolbar: (toolbar: HTMLElement) => void; declare const setOverflow: (toolbarElement: Element) => void; declare const setToolbar: (toolbar: HTMLElement, onCloseContentToggle: (toolbarElement: HTMLElement) => void, setOverflowOnly?: boolean) => ExtendedCleanUpPair[]; declare const findToolbar: (element: HTMLElement) => HTMLElement; declare const contentToggleEdgeHandling: (element: HTMLElement) => void; export { setToolbar, setOverflow, findToolbar, closeAllContentTogglesInToolbar, contentToggleEdgeHandling, lockBodyScroll, unlockBodyScroll, }; //# sourceMappingURL=toolbar.d.ts.map