import { AfterViewInit, TemplateRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class NuoruoSplitComponent implements AfterViewInit { headerTemplate: TemplateRef; leftTemplate: TemplateRef; top: number; left: number; heightStr: string; widthStr: string; title: string; otherDate: { auth: string; name: string; }; ngAfterViewInit(): void; ngOnInit(): void; get getWidthStr(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }