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