import { OnInit } from '@angular/core'; import { TypeTexts } from './../../../../interfaces/columns/text'; import * as i0 from "@angular/core"; /** * Body option text */ export declare class TextComponent implements OnInit { /** * subType Column with default */ subType: string; /** * subType Column */ set SubType(subType: string); /** * Actual Column */ column: TypeTexts; /** * Data row */ data: any; /** * Constructor */ constructor(); /** * ngOnInit */ ngOnInit(): void; /** * Get name to text editor column * @param column actual column * @return string title */ getNameTextEditor(column: any): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }