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