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