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

declare const SentimentNeutral: ReactIconComponentType;
export default SentimentNeutral;
            