import { PropsWithChildren } from "react"; import { LazySwiperProps } from "./types"; declare function LazySwiper(props: PropsWithChildren>): JSX.Element; export default LazySwiper;