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