import * as React from 'react'; declare const Card: React.ForwardRefExoticComponent & { className?: string; } & { type?: "normal" | "invisible"; } & React.RefAttributes>; export default Card; //# sourceMappingURL=card.d.ts.map