import React from 'react'; interface StoryHeaderProps { title: string; } export declare const StoryHeader: React.FC; export default StoryHeader;