import { SVGProps } from 'react'; import { ResponsiveIconSize } from './types'; export interface BookIconProps extends SVGProps { size?: number | ResponsiveIconSize; } export declare function BookIcon({ size, color, style, className, ...props }: BookIconProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=BookIcon.d.ts.map