import { FC } from 'react';
import { TStarProps } from "./index.types";
export declare const RatingStar: FC<TStarProps>;
