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