import { scrollContainerDom } from '../common/constants.js'; export declare class XSwiper extends HTMLElement { #private; static notToFilterFalseAttributes: Set; get current(): number; set current(newval: number); get snapDistance(): number; get isVertical(): boolean; get circularPlay(): boolean; scrollToNext(): void; scrollToPrevious(): void; connectedCallback(): void; get [scrollContainerDom](): this; }