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

declare const ThumbDown: ReactIconComponentType;
export default ThumbDown;
            