import { ElementRef } from '@angular/core';
export declare class FroalaChartsDirective {
    private el;
    constructor(el: ElementRef);
}
