import type { AnimationItem } from 'lottie-web/build/player/lottie_light_html'; export declare const animate: (el: HTMLElement, color: 'blue' | 'white') => AnimationItem;