import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { n as WaveformProps } from "../../index-WL3yZg4l2.js"; //#region src/charts/waveform/client.d.ts interface InteractiveWaveformProps extends WaveformProps, PickerProps { /** * Opt-in entrance motion (default `false`): the signal SCANS in on first * client-side mount — a clip window sweeps left to right like a playhead, * opening from the axis the waveform hangs off (the center line when * `mirror`, the baseline without it, straight across for `mode="envelope"`). * Inert on the server and on hydrated server HTML; `prefers-reduced-motion` * always wins. */ animate?: boolean; } declare function Waveform(props: InteractiveWaveformProps): React.ReactNode; //#endregion export { InteractiveWaveformProps, Waveform };