export declare type SwiperDirection = "horizontal" | "vertical";
export interface SwiperItemEvent {
    index: number;
}
