import * as React from 'react'; export class Props { article: any index: number } export class State { }