import { ReactElement } from 'react'; import { Config } from './config'; interface RenderProps extends Omit { className?: string; value?: string; onChange: (key: string | null) => void; onSend?: (value: number) => void; } export declare const Select: ({ className, orientation, color, value, onChange, onSend, options, size, disabled, inlineSize, }: RenderProps) => ReactElement; export {}; //# sourceMappingURL=Primitive.d.ts.map