/**----------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { SplitterPaneComponent } from "./splitter-pane.component"; /** * @hidden */ export declare const shouldTogglePrev: (keyCode: string, prev: SplitterPaneComponent, next: SplitterPaneComponent) => boolean; /** * @hidden */ export declare const shouldToggleNext: (keyCode: string, prev: SplitterPaneComponent, next: SplitterPaneComponent) => boolean; /** * @hidden */ export declare const shouldToggleOrResize: (keyCode: string, orientation: string) => boolean;