import { ElementRef } from '@angular/core';
import { CdsInternalPanel } from '@cds/core/internal-components/panel';
import * as i0 from "@angular/core";
export declare class CdsInternalPanelDirective {
    protected element: CdsInternalPanel;
    constructor(elementRef: ElementRef);
    static ɵfac: i0.ɵɵFactoryDeclaration<CdsInternalPanelDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<CdsInternalPanelDirective, "cds-internal-panel", never, {}, {}, never>;
}
