import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { r as PhaseTraceProps } from "../../index-DqQGB4_v.js"; //#region src/charts/phase-trace/client.d.ts interface InteractivePhaseTraceProps extends PhaseTraceProps, PickerProps { /** * Opt-in entrance motion (default `false`): the trail draws on when the * chart first mounts client-side. Inert on the server and on hydrated * server HTML; `prefers-reduced-motion` always wins. */ animate?: boolean; } declare function PhaseTrace(props: InteractivePhaseTraceProps): React.ReactNode; //#endregion export { InteractivePhaseTraceProps, PhaseTrace };