import { ReactIconComponentType } from '../types';

declare const ThumbUp: ReactIconComponentType;
export default ThumbUp;
            