import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { a as ConstellationStrings, r as ConstellationProps } from "../../index-Mr-S2N9H.js"; //#region src/charts/constellation/client.d.ts interface InteractiveConstellationProps extends ConstellationProps, PickerProps { strings?: ConstellationStrings; /** * Opt-in entrance motion (default `false`): stars fade and scale in on * first client-side mount. Inert on the server and on hydrated server * HTML; `prefers-reduced-motion` always wins. */ animate?: boolean; } declare function Constellation(props: InteractiveConstellationProps): React.ReactNode; //#endregion export { Constellation, InteractiveConstellationProps };