import * as React from 'react'; export interface DivProps { wrapStyle: React.CSSProperties; children: any; }