/// <reference types="react" />
declare const Books: (props: any, ref: any) => JSX.Element;
export default Books;
