import { IllustrationAsset, BaseAnimatedImageAsset } from './types.js'; export type ClockAnimationAsset = IllustrationAsset; /** * ClockAnimation animated illustration asset (224x224) * @example * ```tsx * import { Illustration } from '@payfit/unity-illustrations' * import ClockAnimation from '@payfit/unity-illustrations/assets/ClockAnimation' * * * ``` */ declare const ClockAnimation: ClockAnimationAsset; export default ClockAnimation;