import React from 'react';
import { SwipeRatingProps } from './type';
declare const SwipeRating: React.ForwardRefExoticComponent<SwipeRatingProps & React.RefAttributes<unknown>>;
export default SwipeRating;
//# sourceMappingURL=SwipeRating.d.ts.map