export interface PresentationSwipeOptions { isEnabled(): boolean; onNext(): void; onPrevious(): void; } /** Svelte action that adds touch slide navigation to the presentation root. */ export declare function presentationSwipe(node: HTMLElement, initial: PresentationSwipeOptions): { update(next: PresentationSwipeOptions): void; destroy(): void; }; //# sourceMappingURL=presentation-swipe.d.ts.map