import { FC } from "react";
export declare const StarIcon: FC<{
    className?: string;
    ref?: any;
}>;
