import type { SVGProps } from "react"; export interface BookIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function BookIcon({ className, size, color, ...props }: BookIconProps): import("react").JSX.Element; //# sourceMappingURL=book-icon.d.ts.map