import React from 'react'; import { TaroPickerRollerProps } from '../picker/types'; declare const PickerRoller: React.ForwardRefExoticComponent & React.RefAttributes<{ stopMomentum: () => void; moving: boolean; }>>; export default PickerRoller;