import { AfterViewInit, TemplateRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class MywSplitComponent implements AfterViewInit { headerTemplate: TemplateRef; leftTemplate: TemplateRef; top?: any; left?: any; 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; }