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