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