import React, { ReactElement } from 'react'; import { IStoryScreenProps } from './type'; export declare const StoryScreen: React.MemoExoticComponent<({ children, }: IStoryScreenProps) => ReactElement>;