import { EventEmitter, OnChanges, OnInit, SimpleChanges, TemplateRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class HorizontalResizableContainerComponent implements OnInit, OnChanges { minWidth: number | null; maxWidth: number | null; maxWidthElement: HTMLElement | null; localStorageKey: string; show: boolean; leftTemplate: TemplateRef; rightTemplate: TemplateRef; endResizing: EventEmitter; width: number | null; private removedClass; private main; private aside; ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; onResize(width: number): void; onStartResizing(): void; onEndResizing(): void; private toggleMain; private setDimensions; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }