import * as React from 'react'; interface IStoryInfoProps { text: string; storyName: string; storyKind?: string; storyComponent: React.ComponentType; withFonts?: boolean; withThemeProvider?: boolean; } export declare const StoryWithInfo: (props: IStoryInfoProps) => any; export {}; //# sourceMappingURL=StoryInfo.d.ts.map