import { TemplateRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class SplitterPanelComponent {
    ncPanelSize?: number;
    ncMinSize?: number;
    contentTemplate: TemplateRef<any>;
    static ɵfac: i0.ɵɵFactoryDeclaration<SplitterPanelComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<SplitterPanelComponent, "nc-splitter-panel", never, { "ncPanelSize": "ncPanelSize"; "ncMinSize": "ncMinSize"; }, {}, never, ["*"]>;
}
