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