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