import type { ComponentPropsWithoutRef } from 'react'; export type PickerProps = Props & Omit, keyof Props | 'type'>;