import Template from './../../../src/template'; import FieldInput from './../../../src/template/page/instance-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;