import React from 'react';
import { ClassNames, PickerOption, Styles } from '../../types';
type WheelProps = {
    value: number | string;
    setValue?: (value: any) => void;
    items: PickerOption[];
    styles?: Styles;
    classNames?: ClassNames;
};
declare const _default: React.MemoExoticComponent<(props: WheelProps) => JSX.Element>;
export default _default;
//# sourceMappingURL=wheel.d.ts.map