import { r as PickerProps } from "../../interactive-C4bxY0ip.js"; import { a as QueueDepthStrings, n as QueueDepthProps } from "../../index-Cl0-Cc6x.js"; //#region src/charts/queue-depth/client.d.ts interface InteractiveQueueDepthProps extends QueueDepthProps, PickerProps { strings?: QueueDepthStrings; /** * Opt-in entrance motion (default `false`): the backlog area 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 QueueDepth(props: InteractiveQueueDepthProps): React.ReactNode; //#endregion export { InteractiveQueueDepthProps, QueueDepth };