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