import { FC, SVGProps } from 'react'; declare const IconVote: FC & { fill?: string }>; export default IconVote;