import React from 'react'; import { StoryCircleListViewProps } from './interfaces'; declare const StoryCircleListView: ({ data, handleStoryItemPress, unPressedBorderColor, pressedBorderColor, unPressedAvatarTextColor, pressedAvatarTextColor, avatarSize, showText, avatarTextStyle, avatarImageStyle, avatarWrapperStyle, avatarFlatListProps, }: StoryCircleListViewProps) => React.JSX.Element; export default StoryCircleListView; //# sourceMappingURL=StoryCircleListView.d.ts.map