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

declare const ThumbDownAlt: ReactIconComponentType;
export default ThumbDownAlt;
            