import { SVGProps } from 'react'; declare const SvgBook: (props: SVGProps) => JSX.Element; export default SvgBook;