import { n as Format } from "../../format-Dq02z5ZL.js"; import { r as TokenConfidenceProps } from "../../index-BYUemzOy2.js"; //#region src/charts/token-confidence/client.d.ts interface InteractiveTokenConfidenceProps extends TokenConfidenceProps { /** * Number format/locale for the focus announcement's confidence reading. * Interactive-only: the static entry renders the text and its underlines, * never a number. */ format?: Format; locale?: string | string[]; /** * Show the floating tier + confidence chip on hover/focus (default `true`). * `false` suppresses only the chip; the announcement is untouched. */ readout?: boolean; } declare function TokenConfidence(props: InteractiveTokenConfidenceProps): React.ReactNode; //#endregion export { InteractiveTokenConfidenceProps, TokenConfidence };