import React from 'react';
import { UndrawSVGProps } from '../types';
declare const Shopping: React.FC<UndrawSVGProps>;
export default Shopping;
