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