import React from 'react'; import { TdRateProps } from './type'; type Props = { texts: TdRateProps['texts']; value: number; }; export declare const RateText: (props: Props) => React.JSX.Element; export {};