/// <reference types="react" />
import { type PickerBaseProps } from "./PickerBase";
export interface PickerProps extends PickerBaseProps {
}
export declare const Picker: import("react").MemoExoticComponent<import("@formily/react").ReactFC<PickerProps & {
    ref?: import("react").LegacyRef<any> | undefined;
}>>;
