import { IStoryProps } from './types'; export default function Stories({ stories, width, height, onStoryChange, currentIndex, defaultDuration, onAllStoriesEnd, onStoriesStart, classNames, pauseStoryWhenInActiveWindow, }: IStoryProps): JSX.Element | null; //# sourceMappingURL=index.d.ts.map