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