import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { r as TraceFoldProps } from "../../index-bDoutzmg2.js"; //#region src/charts/trace-fold/client.d.ts interface InteractiveTraceFoldProps extends TraceFoldProps, PickerProps { /** * Opt-in entrance motion (default `false`): the flame RISES depth by depth * from the root row — each frame scales out of its top edge, where it meets * its parent, the way a call stack unwinds. Inert on the server and on * hydrated server HTML; `prefers-reduced-motion` always wins. */ animate?: boolean; } declare function TraceFold(props: InteractiveTraceFoldProps): React.ReactNode; //#endregion export { InteractiveTraceFoldProps, TraceFold };