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