import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { i as HoneycombStrings, n as HoneycombProps } from "../../index-Ck7gJQxE.js"; //#region src/charts/honeycomb/client.d.ts interface InteractiveHoneycombProps extends HoneycombProps, PickerProps { live?: boolean; strings?: HoneycombStrings; /** * Opt-in entrance motion (default `false`): the comb grows in concentrically * from the center on first client-side mount — a whole-shape reveal that * suits the near-square multi-row grid (a vertical clip would slice hexes * mid-shape). Inert on the server and on hydrated server HTML; * `prefers-reduced-motion` always wins. */ animate?: boolean; } declare function Honeycomb(props: InteractiveHoneycombProps): React.ReactNode; //#endregion export { Honeycomb, InteractiveHoneycombProps };