interface PropsType {
    classDefined?: any;
    attributes: any[];
}
/**
 *
 * @param {classDefined} 当前类定义
 * @param {attributes} 当前类模型属性
 * @returns
 */
export declare const DocTable: ({ classDefined, attributes }: PropsType) => JSX.Element;
export {};
