import clsx from 'clsx' import { TooltipTruncatedText } from '../tooltip' export interface ProposalWalletVoteProps { label: string showBadge: boolean className: string } export const ProposalWalletVote = ({ label, showBadge, className, }: ProposalWalletVoteProps) => (