import React from 'react'; import { PickerDialogPropsType } from './interface'; declare const PickerDialog: React.FC; export default PickerDialog;