import React from 'react';
export declare const Voting: ({ id, toggleVoting }: {
    id: string;
    toggleVoting: () => void;
}) => React.JSX.Element | null;
