import * as i0 from "@angular/core"; export declare enum InfoPopoverPositions { RIGHT = "right", LEFT = "left", BOTTOM = "bottom", TOP = "top" } export declare class InfoPopoverComponent { position: InfoPopoverPositions; text: string; title: string; template: string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }