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

declare const NotInterested: ReactIconComponentType;
export default NotInterested;
            