import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { a as RetentionStrings, r as RetentionCurveProps } from "../../index-B1BrEbWX.js"; //#region src/charts/retention-curve/client.d.ts interface InteractiveRetentionCurveProps extends RetentionCurveProps, PickerProps { strings?: RetentionStrings; /** * Opt-in entrance motion (default `false`): the line 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 RetentionCurve(props: InteractiveRetentionCurveProps): React.ReactNode; //#endregion export { InteractiveRetentionCurveProps, RetentionCurve };