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