import * as React from "react";
import type { IconProps } from "../types";
declare const Vercel: React.ForwardRefExoticComponent<Omit<IconProps, "color"> & React.RefAttributes<SVGSVGElement>>;
export default Vercel;
//# sourceMappingURL=vercel.d.ts.map