import type { SFCWithInstall } from '../_util/interface';
import Rate from './rate';
export { rateProps } from './props';
export type { RateProps } from './props';
type RateType = SFCWithInstall<typeof Rate>;
export declare const FRate: RateType;
export default FRate;