import React from 'react';
import { RateProps } from './interface';
declare const RateComponent: React.ForwardRefExoticComponent<RateProps & React.RefAttributes<unknown>>;
export default RateComponent;
export { RateProps };
