export declare function slide(el: HTMLElement, top: number, cb: () => void): void; export declare const BOUNDARY_POSITIONS: readonly ["start", "end", "center", "nearest"]; export type BoundaryPosition = (typeof BOUNDARY_POSITIONS)[number];