import React from 'react'; export declare const useOutOfViewNavigation: ({ content, root, containerClassName, isDisabled, moveBy, }: { isDisabled?: boolean; content: React.ReactElement; root: HTMLElement | null; moveBy?: number; containerClassName?: string; }) => { navigationView: React.JSX.Element; moveLeft: (() => void) | undefined; moveRight: (() => void) | undefined; hasOverflowingContent: boolean; }; //# sourceMappingURL=useOutOfViewNavigation.d.ts.map