import { RefObject } from "react"; export declare type PickerItemRef = { [key: string]: RefObject; };