import { LucideProps } from 'lucide-react'; import * as React from "react"; /** * Custom star icon with sharp edges (no curved corners) * Used specifically for the Rating component to match Figma design * * Unlike lucide-react's Star icon which has rounded strokeLinejoin, * this icon uses miter joins for crisp, pointed edges. */ export declare const StarRating: React.ForwardRefExoticComponent & React.RefAttributes>; //# sourceMappingURL=star-rating.d.ts.map