import { FunctionComponent } from 'react'; import { DocsStoryProps } from './types'; export declare const DocsStory: FunctionComponent;