/** * This function allows to synchronizes CSS animations with the same name across the entire document. * The sync will not be executed immediately and is deemed "low-priority". */ export declare const requestAnimationSync: (animationName: string) => void;