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