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

declare const NoFood: ReactIconComponentType;
export default NoFood;
            