import { ElementRef, OnInit, Renderer2 } from '@angular/core';
import * as i0 from "@angular/core";
export declare class FixedButtonCaptionDirective implements OnInit {
    private renderer;
    private el;
    caption: string;
    collapseButtonActivator: any;
    private paragraphEl;
    constructor(renderer: Renderer2, el: ElementRef);
    ngOnInit(): void;
    createCaptionElement(): void;
    showCaption(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<FixedButtonCaptionDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<FixedButtonCaptionDirective, "[mdbFixedCaption]", never, { "caption": "mdbFixedCaption"; "collapseButtonActivator": "collapseButton"; }, {}, never, never, false, never>;
}
