import { IMarkdownViewerProps } from '@stoplight/markdown-viewer'; import { DocsComponentProps } from '..'; declare type ArticleProps = DocsComponentProps; export declare const Article: import("react").FunctionComponent>; export {};