
import { PopupPickerProps } from '@/popup-picker'
import { FunctionComponent, ReactNode } from 'react'


declare const PopupPicker: FunctionComponent<PopupPickerProps>

export { PopupPicker }