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