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