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