import { SidepanelFooterDirective } from './directives/sidepanel-footer.directive';
import { SidepanelHeaderDirective } from './directives/sidepanel-header.directive';
import * as i0 from "@angular/core";
export declare class SidepanelComponent {
    private staticClass;
    protected header?: SidepanelHeaderDirective;
    protected footer?: SidepanelFooterDirective;
    static ɵfac: i0.ɵɵFactoryDeclaration<SidepanelComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<SidepanelComponent, "nj-sidepanel", never, {}, {}, ["header", "footer"], ["*"], true, never>;
}
