import { FC } from "react"; import { PickerSelectProps } from "react-native-picker-select"; declare const CustomSelect: FC; export default CustomSelect; //# sourceMappingURL=Select.d.ts.map