import { PickerProps } from './types'; export const Picker = (props: PickerProps) => null;