import { ViewRef, ComponentRef } from '@angular/core';
export declare class TooltipContentRef {
    viewRef?: ViewRef;
    componentRef?: ComponentRef<any>;
    constructor(viewRef?: ViewRef, componentRef?: ComponentRef<any>);
}
