import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { a as PolarClockStrings, n as PolarClockProps } from "../../index-u1XUJ8_D.js"; //#region src/charts/polar-clock/client.d.ts interface InteractivePolarClockProps extends PolarClockProps, PickerProps { strings?: PolarClockStrings; /** * Opt-in entrance motion (default `false`): the dial grows outward from its * centre as it fades in 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 PolarClock(props: InteractivePolarClockProps): React.ReactNode; //#endregion export { InteractivePolarClockProps, PolarClock };