import { ComponentType } from '@angular/cdk/overlay'; import { TemplateRef } from '@angular/core'; import { IcSidepanelConfig } from '../types'; import * as i0 from "@angular/core"; export declare class OpenSidepanelDirective { #private; sidepanelTpl: TemplateRef | ComponentType; config?: IcSidepanelConfig; openSidepanel(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }