/** * Snap scroll behaviors to have a smooth transition from one card to another */ export declare function initSnapScroll(): void; export declare function initSnapScrollScrollListeners(element: HTMLElement): void; //# sourceMappingURL=snap-scroll.d.ts.map