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