import { IllustrationAsset, BaseAnimatedImageAsset } from './types.js'; export type PaperPlaneAnimationAsset = IllustrationAsset; /** * PaperPlaneAnimation animated illustration asset (750x750) * @example * ```tsx * import { Illustration } from '@payfit/unity-illustrations' * import PaperPlaneAnimation from '@payfit/unity-illustrations/assets/PaperPlaneAnimation' * * * ``` */ declare const PaperPlaneAnimation: PaperPlaneAnimationAsset; export default PaperPlaneAnimation;