import { TemplateRef } from "@angular/core"; export interface IIntPortalOutletItem { template: TemplateRef; key: string; payload: any; } export declare type PortalOutletComponentData = { top: string; left: string; width: string; };