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