import type { AnimationEffectTiming } from '../dom'; import type { IElement } from '../dom/interfaces'; export declare function convertEffectInput(keyframes: ComputedKeyframe[], timing: AnimationEffectTiming, target: IElement | null): (target: IElement, fraction: number) => void; export declare function formatAttribute(name: string, value: any): [string, any];