import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { i as GardenStrings, n as GardenGridProps } from "../../index-DPxh8-V0.js"; //#region src/charts/garden-grid/client.d.ts interface InteractiveGardenGridProps extends GardenGridProps, PickerProps { strings?: GardenStrings; /** * Opt-in entrance motion (default `false`): the dots pop in one after another, * in cell order — the plot plants itself in a wave — on first client-side * mount. Inert on the server and on hydrated server HTML; * `prefers-reduced-motion` always wins. */ animate?: boolean; } declare function GardenGrid(props: InteractiveGardenGridProps): React.ReactNode; //#endregion export { GardenGrid, InteractiveGardenGridProps };