/** biome-ignore-all lint/a11y/noSvgWithoutTitle: we don't need a title for the svg */
import type { RatingIconProps } from '../types';
export declare const FaceMehSvg: ({ color, selected }: RatingIconProps) => import("react/jsx-runtime").JSX.Element;
