/// <reference types="react" />
import { CardDescriptionProps } from './type';
declare const CardDescription: {
    ({ as, className, content, children, ...props }: CardDescriptionProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
    displayName: string;
};
export default CardDescription;
