/** biome-ignore-all lint/a11y/noSvgWithoutTitle: This is a SVG icon */
import type { RatingIconProps } from '../types';
export declare const FaceAngrySvg: ({ color, selected }: RatingIconProps) => import("react/jsx-runtime").JSX.Element;
