import { default as React } from 'react'; import * as RadixSelect from '@radix-ui/react-select'; export type ValueProps = React.ComponentPropsWithoutRef & { placeholder?: string; }; export declare const Value: React.ForwardRefExoticComponent, "ref"> & { placeholder?: string; } & React.RefAttributes>;