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