import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { t as DateFormat } from "../../format-Dq02z5ZL.js"; import { i as EventTimelineProps, l as TimelineStrings } from "../../index-Cc6rTxXx2.js"; //#region src/charts/event-timeline/client.d.ts interface InteractiveEventTimelineProps extends EventTimelineProps, PickerProps { strings?: TimelineStrings; /** Announced instant label (defaults to "Jun 3, 11:12" UTC). */ dateFormat?: DateFormat; /** * Opt-in entrance motion (default `false`): spans and events pop in one after * another along the axis, earliest first, on first client-side mount. Inert on * the server and on hydrated server HTML; `prefers-reduced-motion` always wins. */ animate?: boolean; } declare function EventTimeline(props: InteractiveEventTimelineProps): React.ReactNode; //#endregion export { EventTimeline, InteractiveEventTimelineProps };