/// import * as React from "react"; import { advancedObjectHelper } from "fawkes-server/build/support"; import * as ce from "../../../helpers/componentEnhancer"; export interface ParentProps { advancedObject: advancedObjectHelper.AdvancedObject; tableKeyPrefix?: string; queryOptions?: advancedObjectHelper.AdvancedObjectGetRecordListOptions; } declare const _default: React.ComponentType; export default _default;