export declare const SCROLLER_DIRECTION: readonly ["prev", "next"];
export type ScrollerDirection = (typeof SCROLLER_DIRECTION)[number];
export declare const SCROLL_MARGIN_INLINE = 48;
