/// <reference types="react" />
declare const Article: (props: any, ref: any) => JSX.Element;
export default Article;
