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