///
import * as React from "react";
import { advancedObjectHelper } from "fawkes-server/build/support";
import * as ce from "../../../../helpers/componentEnhancer";
import { AdvancedTablePropertyToDisplay } from "../../../../helpers/advancedTable";
export interface ParentProps {
formId: string;
path: string;
propertiesToDisplay: Array;
propertyDefinitions: Array;
}
declare const _default: React.ComponentType;
export default _default;