import type { SVGProps } from "react"; export interface StarIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function StarIcon({ className, size, color, ...props }: StarIconProps): import("react").JSX.Element; //# sourceMappingURL=star-icon.d.ts.map