import type { ValueSelectorProps } from '../types'; export declare const ValueSelector: { (props: ValueSelectorProps): import("react/jsx-runtime").JSX.Element; displayName: string; };