import * as React from 'react'; declare const Card: { ({ ref, className, ...props }: React.HTMLAttributes & { ref?: React.RefObject; }): import("react/jsx-runtime").JSX.Element; displayName: string; }; declare const CardHeader: { ({ ref, className, ...props }: React.HTMLAttributes & { ref?: React.RefObject; }): import("react/jsx-runtime").JSX.Element; displayName: string; }; declare const CardTitle: { ({ ref, className, ...props }: React.HTMLAttributes & { ref?: React.RefObject; }): import("react/jsx-runtime").JSX.Element; displayName: string; }; declare const CardDescription: { ({ ref, className, ...props }: React.HTMLAttributes & { ref?: React.RefObject; }): import("react/jsx-runtime").JSX.Element; displayName: string; }; declare const CardContent: { ({ ref, className, ...props }: React.HTMLAttributes & { ref?: React.RefObject; }): import("react/jsx-runtime").JSX.Element; displayName: string; }; declare const CardFooter: { ({ ref, className, ...props }: React.HTMLAttributes & { ref?: React.RefObject; }): import("react/jsx-runtime").JSX.Element; displayName: string; }; export { Card, CardHeader, CardFooter, CardTitle, CardDescription, CardContent };