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