/**
 * Utility to inject modern animation keyframes into the document.
 *
 * This ensures all required CSS keyframe animations are available
 * for the modern components to use.
 */
/**
 * Injects all required CSS keyframe animations for modern components.
 * This function is idempotent - calling it multiple times will only
 * inject the styles once.
 */
export declare function injectModernAnimations(): void;
/**
 * Hook to inject animations on component mount.
 * Can be used in any component that needs animations.
 */
export declare function useInjectAnimations(): void;
export default injectModernAnimations;
//# sourceMappingURL=injectAnimations.d.ts.map