/// import { IconProps } from '../../types'; declare const Book: (allProps: IconProps) => JSX.Element; export default Book;