/** * This is a generated file. Do not modify it manually. * * @script packages/icon/scripts/prebuild/index.ts * @checksum bc2752783815d54113564fcb4b09858d */ import * as React from "react"; import { LGGlyph } from '../types'; export interface CreditCardProps extends LGGlyph.ComponentProps { } declare const CreditCard: { ({ className, size, title, ["aria-label"]: ariaLabel, ["aria-labelledby"]: ariaLabelledby, fill, role, ...props }: CreditCardProps): React.JSX.Element; displayName: string; isGlyph: boolean; }; export default CreditCard; //# sourceMappingURL=CreditCard.d.ts.map