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