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

declare const ThumbsUpDown: ReactIconComponentType;
export default ThumbsUpDown;
            