/// <reference types="react" />
interface Props {
    color?: string;
    boxSize?: string;
}
export declare const BookIcon: (props: Props) => JSX.Element;
export default BookIcon;
