import React from 'react'; import { Picker } from '@react-native-picker/picker'; export declare const Select: React.ForwardRefExoticComponent, "items" | "onValueChange"> & Pick & Partial & { okText?: string; cancelText?: string; multiple?: boolean; itemHeight?: number; items: import("./types").SelectItemProps[]; onSelectionChange?: (value: any, index: number) => void; onChange?: (value: string | number, item: any) => void; sx?: import("../..").SxProps & { root?: import("../..").SxProps; iosPickerItem?: import("../..").SxProps; inputAndroid?: import("../..").SxProps; inputIOS?: import("../..").SxProps; inputWeb?: import("../..").SxProps; modalViewMiddle?: import("../..").SxProps; touchableWrapper?: import("../..").SxProps; helperText?: import("../..").SxProps; }; styles?: { root?: import("react-native").StyleProp; iosPickerItem?: import("react-native").StyleProp; touchableWrapper?: import("react-native").StyleProp; inputAndroid?: import("react-native").StyleProp; inputIOS?: import("react-native").StyleProp; inputWeb?: import("react-native").StyleProp; modalViewMiddle?: import("react-native").StyleProp; helperText?: import("react-native").StyleProp; }; } & React.RefAttributes>>; //# sourceMappingURL=Select.d.ts.map