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