export type Direction = "ltr" | "rtl"; export declare const PAGE_KEYS: string[]; export declare const ARROW_KEYS: string[]; export type SlideDirection = "from-left" | "from-right" | "from-bottom" | "from-top"; export declare const BACK_KEYS: Record;