import React from 'react'; import { Chapter } from '../../../types/story.types'; import { MediaPlayer, MediaPlayerProps } from './media-player'; /** * Preview Media Player * Plays the story using a separate ChapterMediaPlayer for each chapter, allowing a story to be * previewed without first processing the video into a single media file. */ export declare const PreviewMediaPlayer: React.ForwardRefExoticComponent>;