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