import React from 'react';
import { DescriptionsProps } from "../../Descriptions";
export type ProCardDescriptionsProps = Omit<DescriptionsProps, 'title' | 'bordered' | 'layout'>;
export declare const ProCardDescriptions: React.FC<ProCardDescriptionsProps>;
