import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { r as PartitionStripProps } from "../../index-BRbcc9a1.js"; //#region src/charts/partition-strip/client.d.ts interface InteractivePartitionStripProps extends PartitionStripProps, PickerProps { /** * Opt-in entrance motion (default `false`): both rows of segments fade in, * staggered, on first client-side mount. Inert on the server and on * hydrated server HTML; `prefers-reduced-motion` always wins. */ animate?: boolean; } declare function PartitionStrip(props: InteractivePartitionStripProps): React.ReactNode; //#endregion export { InteractivePartitionStripProps, PartitionStrip };