import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { i as EnsembleStrings, n as EnsembleGhostsProps } from "../../index-Q0v2EcLD2.js"; //#region src/charts/ensemble-ghosts/client.d.ts interface InteractiveEnsembleGhostsProps extends EnsembleGhostsProps, PickerProps { strings?: EnsembleStrings; /** * Opt-in entrance motion (default `false`): the mean 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 EnsembleGhosts(props: InteractiveEnsembleGhostsProps): React.ReactNode; //#endregion export { EnsembleGhosts, InteractiveEnsembleGhostsProps };