import { PopupPickerProps } from '@/popup-picker' import { FunctionComponent, ReactNode } from 'react' declare const PopupPicker: FunctionComponent export { PopupPicker }