import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { t as CompositionStrings } from "../../strings-composition-d0S4LmjA.js"; import { LikertStripProps } from "./index.js"; //#region src/charts/likert-strip/client.d.ts interface InteractiveLikertStripProps extends LikertStripProps, PickerProps { strings?: CompositionStrings; /** * Opt-in entrance motion (default `false`): segments sweep outward from the * center line on first client-side mount — negative ink grows left, positive * right. Inert on the server and on hydrated server HTML; * `prefers-reduced-motion` always wins. */ animate?: boolean; } declare function LikertStrip(props: InteractiveLikertStripProps): React.ReactNode; //#endregion export { InteractiveLikertStripProps, LikertStrip };