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