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