import React from 'react'; import { StoryListItemProps } from './interfaces'; export declare const StoryListItem: ({ index, key, userId, profileImage, profileName, duration, onFinish, onClosePress, stories, currentPage, isModalOpen, onStorySeen, renderCloseComponent, renderSwipeUpComponent, renderTextComponent, loadedAnimationBarStyle, unloadedAnimationBarStyle, animationBarContainerStyle, storyUserContainerStyle, storyImageStyle, storyAvatarImageStyle, storyContainerStyle, ...props }: StoryListItemProps) => React.JSX.Element; export default StoryListItem; //# sourceMappingURL=StoryListItem.d.ts.map