import { ElementAnimationState } from 'pptx-viewer-shared'; /** * Apply the tracked element states to every `[data-element-id]` node under * `root`. Elements without a state get their managed properties cleared, so a * previously-hidden entrance becomes visible once its state is dropped (e.g. on * slide change / reset). */ export declare function applyAnimationStyles(root: HTMLElement, states: Map, interactiveIds?: ReadonlySet, hoverIds?: ReadonlySet): void; //# sourceMappingURL=apply-animation-styles.d.ts.map