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