import { TypeTextsTable } from './../../../../interfaces/columns/text'; import * as i0 from "@angular/core"; /** * Body option text */ export declare class TextComponent { /** * subType Column with default */ subType: string; /** * subType Column */ set SubType(subType: string); /** * Actual Column */ column: TypeTextsTable; /** * Data row */ data: any; /** * 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; }