import React from "react"; interface RollingGalleryProps { autoplay?: boolean; pauseOnHover?: boolean; images?: string[]; } declare const RollingGallery: React.FC; export default RollingGallery; //# sourceMappingURL=RollingGallery.d.ts.map