/// export type DCardContentProps = React.HTMLAttributes; export declare function DCardContent(props: DCardContentProps): JSX.Element | null;