import { ComponentClass } from 'react';
export default function wrapPicker(Picker: ComponentClass<any>, defaultFormat?: string): any;
