import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { i as FreqStrings, n as IconArrayProps } from "../../index-Q-Bga3DR.js"; //#region src/charts/icon-array/client.d.ts interface InteractiveIconArrayProps extends IconArrayProps, PickerProps { strings?: FreqStrings; /** * Opt-in entrance motion (default `false`): the unit grid fades in, * staggered, 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 IconArray(props: InteractiveIconArrayProps): React.ReactNode; //#endregion export { IconArray, InteractiveIconArrayProps };