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