import VoteButton, { VoteButtonProps } from './VoteButton';
export default VoteButton;
export { VoteButtonProps };
