///
/**
* External dependencies
*/
import type { Page } from '@googleforcreators/elements';
import type { StoryMetadata, Story } from './types';
interface OutputStoryProps {
story: Story;
pages: Page[];
flags: Record;
metadata: StoryMetadata;
}
declare function OutputStory({ story: { featuredMedia, link, title, fonts, autoAdvance, defaultPageDuration, backgroundAudio, publisherLogo, }, pages, metadata: { publisher }, flags, }: OutputStoryProps): JSX.Element;
export default OutputStory;
//# sourceMappingURL=story.d.ts.map