import * as React from 'react'; declare const Card: React.ForwardRefExoticComponent & 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>; declare const CardFooter: React.ForwardRefExoticComponent & React.RefAttributes>; export { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle };