import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { r as StarSpokeProps } from "../../index-CCitaSDw2.js"; //#region src/charts/star-spoke/client.d.ts interface InteractiveStarSpokeProps extends StarSpokeProps, PickerProps { /** * Opt-in entrance motion (default `false`): the shape 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 StarSpoke(props: InteractiveStarSpokeProps): React.ReactNode; //#endregion export { InteractiveStarSpokeProps, StarSpoke };