import type { FallbackAnimationParams, FallbackAnimationReturn, PaintWorklet } from '../../types'; export declare const fallbackPaintAnimation: (targetEl: HTMLElement, paintWorklet: PaintWorklet, animationParams: FallbackAnimationParams) => FallbackAnimationReturn;