import type { PickerColumnOption } from '@byted-doubao-apps/framework/components'; import { type TaroPickerViewProps, type TaroPickerViewColumnProps } from './map.js'; export declare function PickerView(props: TaroPickerViewProps): any; export declare function PickerViewColumn(_props: TaroPickerViewColumnProps & { __mappedOptions?: PickerColumnOption[]; __mappedValue?: string | number; }): any; //# sourceMappingURL=index.d.ts.map