import { Direction } from '@wix/editor-react-types'; export declare const SCROLL_AMOUNT = 250; export declare const MINIMAL_IMPORTANT_SCROLL_DISTANCE = 15; export declare const scrollTabs: (container: HTMLElement, direction: Direction, scrollDirection: "forward" | "backward") => void;