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