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