/// export declare type StarsProps = Readonly<{ stars: number; }>; export declare const Stars: ({ stars }: StarsProps) => JSX.Element;