import * as React from "react"; export type CardDescriptionProps = React.HTMLAttributes; export declare const CardDescription: ({ className, ...props }: CardDescriptionProps) => React.JSX.Element;