import React from 'react';
/**
 * 声波动画组件
 *
 * 使用 SVG SMIL 动画自驱动，无需 JS 帧驱动渲染循环
 */
export declare const SoundWave: () => React.JSX.Element;
