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