import { PptxElementAnimation } from 'pptx-viewer-core'; /** * Play the animation entry's effect on its canvas element. Cancels any * running preview first; cleans itself up when the effect ends. */ export declare function startAnimationPreview(anim: PptxElementAnimation): void; /** Stop the running preview (if any) and restore the element's inline style. */ export declare function stopAnimationPreview(): void; //# sourceMappingURL=animation-preview-control.d.ts.map