import { IllustrationAsset, BaseSvgAsset } from './types.js'; export type HighlightBooksAsset = IllustrationAsset; /** * HighlightBooks illustration asset * @example * ```tsx * import { Illustration } from '@payfit/unity-illustrations' * import HighlightBooks from '@payfit/unity-illustrations/assets/HighlightBooks' * * * ``` */ declare const HighlightBooks: HighlightBooksAsset; export default HighlightBooks;