import React from 'react'; import { TdPickerProps } from './type'; declare const PickerContext: React.Context>; export default PickerContext;