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