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