import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { a as SpiralYearStrings, n as SpiralYearProps } from "../../index-D-9hP7Lv2.js"; //#region src/charts/spiral-year/client.d.ts interface InteractiveSpiralYearProps extends SpiralYearProps, PickerProps { strings?: SpiralYearStrings; /** * Opt-in entrance motion (default `false`): the coil grows outward from its * centre as it fades in, on first client-side mount. Inert on the server and on * hydrated server HTML; `prefers-reduced-motion` always wins. */ animate?: boolean; } declare function SpiralYear(props: InteractiveSpiralYearProps): React.ReactNode; //#endregion export { InteractiveSpiralYearProps, SpiralYear };