import type { ReactNode } from "react"; import { type PickerViewInput } from "./picker-panel.js"; export declare function PickerPanel(props: PickerViewInput): ReactNode;