import { SpreadUIProps } from './types'; /** * Renders a spread widget displaying min-max value pairs with optional prefixes, suffixes, and series indicators. */ export declare function SpreadUI(props: SpreadUIProps): import("react/jsx-runtime").JSX.Element;