export declare class TextEditorMetadata { private texteditorJsonObject; type: string; key: string; value$: string; label: string; label$: string; textField: string; textField$: string; hint: string; hint$: string; mask: string; mask$: string; placeholder: string; placeholder$: string; disabled: boolean; disabled$: string; visible: boolean; visible$: string; required: boolean; required$: string; readonly: boolean; readonly$: string; tabindex: number; order: number; buttons: Array; validations: Array; constructor(texteditorJsonObject: any); }