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