import { IconProps } from '../lib';
declare function Books(props: IconProps): JSX.Element;
export default Books;
