import React from 'react'; interface ThumbUpProps { className?: string; fill?: string; } declare const ThumbUp: React.FC; export default ThumbUp;