import React from 'react'; import { SVGIconProps } from '../types'; declare const SvgBook: ({ size, ...props }: SVGIconProps) => React.JSX.Element; export default SvgBook; //# sourceMappingURL=Book.d.ts.map