export declare function starSVG(fillColor: string, strokeColor: string, size: number): string; export declare function angryRatingSVG(fillColor: string, faceColor: string, size: number): string; export declare function sadRatingSVG(fillColor: string, faceColor: string, size: number): string; export declare function neutralRatingSVG(fillColor: string, faceColor: string, size: number): string; export declare function happyRatingSVG(fillColor: string, faceColor: string, size: number): string; export declare function veryHappyRatingSVG(fillColor: string, faceColor: string, size: number): string;