/// import ActionAgent from "../action-agent"; import { TableRecords } from 'ukelli-ui/core/record-render/table-body'; export default class DeployConfigManager extends ActionAgent { state: any; columns: TableRecords; actionsBtns: { action: () => void; text: string; color: string; }[]; queryData: () => void; render(): JSX.Element; }