import React from 'react'; import type { ImageSliderProps } from 'rn-animated-image-slide'; /** * ImageSlider is a functional component that renders an image slider. * It takes in several props defined by the ImageSliderProps interface. * * @component * @param {ImageSliderProps} props - The properties passed to the component. * @returns {JSX.Element} The rendered ImageSlider component. */ declare const ImageSlider: React.FC; export default ImageSlider; //# sourceMappingURL=index.d.ts.map