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