import { ComponentPropsWithRef, ReactElement } from "react";
/**
 * @public
 */
declare function BookIcon(props: ComponentPropsWithRef<"svg">): ReactElement;
export { BookIcon, BookIcon as default };
//# sourceMappingURL=Book.d.ts.map