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