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