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