import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { r as HypnogramProps } from "../../index-BlEFRPPa.js"; //#region src/charts/hypnogram/client.d.ts interface InteractiveHypnogramProps extends HypnogramProps, PickerProps { /** * Opt-in entrance motion (default `false`): the state trace 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 Hypnogram(props: InteractiveHypnogramProps): React.ReactNode; //#endregion export { Hypnogram, InteractiveHypnogramProps };