import { ComponentType } from 'react'
import { StandardProps } from './common'
type PickerViewColumnProps = StandardProps
/** 滚动选择器子项
* 仅可放置于 `` 中,其孩子节点的高度会自动设置成与 picker-view 的选中框的高度一致
* @classification forms
* @supported weapp, swan, alipay, tt, h5, rn, harmony_hybrid
* @see https://developers.weixin.qq.com/miniprogram/dev/component/picker-view-column.html
*/
declare const PickerViewColumn: ComponentType
export { PickerViewColumn, PickerViewColumnProps }