/// import React from 'react'; import { IPickerProps } from './PickerTypes'; declare const _default: { new (props?: IPickerProps | undefined, context?: any): { select: (value: any, itemHeight: any, scrollTo: any) => void; selectByIndex(index: any, itemHeight: any, zscrollTo: any): void; computeChildIndex(top: any, itemHeight: any, childrenLength: any): number; doScrollingComplete: (top: any, itemHeight: any, fireValueChange: any) => void; render(): JSX.Element; setState(state: any, callback?: (() => any) | undefined): void; forceUpdate(callBack?: (() => any) | undefined): void; props: Readonly<{ children?: React.ReactNode; }> & Readonly; state: Readonly; context: any; refs: { [key: string]: React.ReactInstance; }; }; Item: (_props: { className?: string | undefined; value: any; }) => null; }; export default _default;