import React, { PropsWithChildren } from 'react'; import { Data, PickerProps } from './interface'; export declare const Picker: >({ visible: propVisible, disabled, onClear, onConfirm, onCancel, onClose, children, ...restProps }: React.PropsWithChildren>) => JSX.Element; export default Picker;