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