import type { IconProps } from '../../types';
declare const BookFill: import("react").NamedExoticComponent<IconProps>;
/**
 * Remix Icon: Book Fill
 * @see {@link https://remixicon.com/icon/book-fill Remix Icon Docs}
 */
export { BookFill };
