import { AbstractTuiEditor } from '@taiga-ui/addon-editor/abstract'; import { TuiLanguageEditor } from '@taiga-ui/i18n'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class TuiAlignContentComponent { readonly editor: AbstractTuiEditor; readonly texts$: Observable; readonly alignState$: Observable<{ left: boolean; right: boolean; center: boolean; justify: boolean; }>; constructor(editor: AbstractTuiEditor, texts$: Observable); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }