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