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