import type { Slide360PropsType } from './types';
declare const Slide360View: ({ images, dragDeltaX, height, containerStyle, onPressSlide, fallbackComponent, children, disabled, }: Slide360PropsType) => import("react/jsx-runtime").JSX.Element;
export default Slide360View;
//# sourceMappingURL=index.d.ts.map