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