import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { a as TreeStrings, n as TreeRingsProps } from "../../index-Dg_vvWI82.js"; //#region src/charts/tree-rings/client.d.ts interface InteractiveTreeRingsProps extends TreeRingsProps, PickerProps { strings?: TreeStrings; /** * Opt-in entrance motion (default `false`): the ring disc fades and scales * in on first client-side mount — rings are merged into O(1) path nodes for * the SSR hot path, so a per-ring stagger isn't available; a center-out * scale echoes the rings growing outward instead. Inert on the server and * on hydrated server HTML; `prefers-reduced-motion` always wins. */ animate?: boolean; } declare function TreeRings(props: InteractiveTreeRingsProps): React.ReactNode; //#endregion export { InteractiveTreeRingsProps, TreeRings };