import { FC } from "react"; export interface keepRateTheme { base?: string; } export interface RateProps { children?: string; } export declare const Rate: FC;