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