/** * Glass Card Components with div wrapper * Provides glassmorphism-styled card components for the design system */ import React from 'react'; export declare const div: React.ForwardRefExoticComponent>; export declare const CardHeader: React.ForwardRefExoticComponent & React.RefAttributes>; export declare const CardTitle: React.ForwardRefExoticComponent & React.RefAttributes>; export declare const CardDescription: React.ForwardRefExoticComponent & React.RefAttributes>; export declare const CardContent: React.ForwardRefExoticComponent & React.RefAttributes>; export declare const CardFooter: React.ForwardRefExoticComponent & React.RefAttributes>; export default div; //# sourceMappingURL=div.d.ts.map