import * as React from 'react'; declare const Card: React.ForwardRefExoticComponent & { displayCorners?: boolean; } & React.RefAttributes>; declare const CardHeader: React.ForwardRefExoticComponent & React.RefAttributes>; declare const CardTitle: React.ForwardRefExoticComponent & React.RefAttributes>; declare const CardDescription: React.ForwardRefExoticComponent & React.RefAttributes>; declare const CardContent: React.ForwardRefExoticComponent & React.RefAttributes>; export { Card, CardContent, CardDescription, CardHeader, CardTitle };