import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { r as SpreadBandProps } from "../../index-idNvntNg2.js"; //#region src/charts/spread-band/client.d.ts interface InteractiveSpreadBandProps extends SpreadBandProps, PickerProps { /** * Opt-in entrance motion (default `false`): the signed gap band wipes on * 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 SpreadBand(props: InteractiveSpreadBandProps): React.ReactNode; //#endregion export { InteractiveSpreadBandProps, SpreadBand };