import { Direction, SimpleSectionOptions } from '../types'; export declare function getNextSimpleSectionElement(direction: Direction, currentFocusedElement: HTMLElement, simpleSectionOptions: SimpleSectionOptions): HTMLElement | null; //# sourceMappingURL=getNextSimpleSectionElement.d.ts.map