import React from "react"; export declare const StarIcon: React.FC<{ width?: number; height?: number; className?: string; }>;