import Template from './../../../template'; import FieldInput from './../node-details/type/field-input'; declare class FieldRowTemplate extends Template { protected getHtml(): string; private getKeyHtml; private getTypeHtml; private getValueHtml; private getValue; private getTypeUrl; private getTypeId; private getTypeNode; } export default FieldRowTemplate;