import React, { PropTypes } from 'react'; export default class PollDrawComponent extends React.Component { constructor(props) { super(props); } render() { return ( ); } }