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