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