import Rate from './rate';
type RefRate = typeof Rate;
export interface RateComponent extends RefRate {
    displayName: string;
}
declare const RateComp: RateComponent;
export default RateComp;
