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