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