import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { n as GradeProfileProps } from "../../index-Pl4vdBBJ.js"; //#region src/charts/grade-profile/client.d.ts interface InteractiveGradeProfileProps extends GradeProfileProps, PickerProps { /** * Opt-in entrance motion (default `false`): the baseline-anchored terrain * segments rise into place 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 GradeProfile(props: InteractiveGradeProfileProps): React.ReactNode; //#endregion export { GradeProfile, InteractiveGradeProfileProps };