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