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