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