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