import './nullFieldStyle.css'; import { Field } from '../../Field/Field'; export declare class NullField extends Field { /** * this is name of the field internaly */ static fieldName: string; static fieldLabelName: string; /** * this is the icon thats shown for users */ static fieldIcon: string; /** * This function validates the _params of the property object */ protected validateParams(): void; /** * This function validates the _rules of the property object */ protected validateRules(): void; /** * This function validates the _rules of the property object */ getFieldLabelName(): string; /** * this function is responsible for drawing the text field HTMLElement * * @returns {HTMLElement} html element object */ draw(): HTMLElement; } //# sourceMappingURL=NullField.d.ts.map