import * as React from 'react'; export declare const StoryExample: ({ title, children }: React.PropsWithChildren<{ title: string; }>) => JSX.Element;